Unix
Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters?

more [emp][!0-9]
cat emp[!0-9]
cat emp[x-z]
cat emp[a-z]

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

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

ANSWER DOWNLOAD EXAMIANS APP