MCQOPTIONS
Saved Bookmarks
| 1. |
To remove write permission from group and others, which one of the following commands will be used? |
| A. | chmod go+w file01 |
| B. | chmod go-w file01 |
| C. | chmod ug-w file01 |
| D. | chmod a-w file01 |
| Answer» C. chmod ug-w file01 | |