Unix
Which commands is used to assign executable permission to all of the files named "letter"?

chmod u+x letter
chmod ugo+rw letter
chmod ugo+x letter
chmod ugo+r letter

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

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

ANSWER DOWNLOAD EXAMIANS APP