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+r ??? emp
chmod 222 emp?
chmod 777 emp*
chmod u+x emp[1-3]

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

who the owner of the file is
the name of the group owner of the file
None of these
All of these
how large the file is and when the file was last modified.

ANSWER DOWNLOAD EXAMIANS APP