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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP