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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

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

ANSWER DOWNLOAD EXAMIANS APP