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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The [line number G] key allows you

None of these
to move cursor right by one position
to move cursor left by one position
to move cursor down by one line
to move cursor to the beginning of the line specified by the number

ANSWER DOWNLOAD EXAMIANS APP