Unix
Which command is used to assign only read permission to all three categories of the file 'note'?

None of these
chmod u+r,g+r,o-x note
chmod a-rw
chmod ugo=r note
chmod go+r note

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP