Unix
Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others?

None of these
chmod g-x, uo+r note
chmod go+x, u-x note
chmod u-x, go+r note
chmod go+r, u+x note

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP