

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following commands is used to assign executable permission to the owner of the file named "note"? |
A. | chmod g+x note |
B. | chmod u+w note |
C. | chmod u+x note |
D. | chmod ugo+x note |
Answer» D. chmod ugo+x note | |