Unix
Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3?

chmod u+x emp[1-3]
chmod u+r ??? emp
chmod 777 emp*
chmod 222 emp?

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

neither standard input nor standard output file
standard output file
standard input file
both input and output file

ANSWER DOWNLOAD EXAMIANS APP