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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

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

ANSWER DOWNLOAD EXAMIANS APP