Unix
Which of the following commands is used to assign executable permission to the owner of the file named "note"?

chmod g+x note
chmod u+x note
chmod ugo+x note
chmod u+w note

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP