MCQOPTIONS
Saved Bookmarks
| 1. |
A file named file01 should be readable, writable and executable only by the user(owner). Which one of the following set of command will be used? |
| A. | chmod 700 file01 |
| B. | chmod 000 file01 |
| C. | chmod 477 file01 |
| D. | chmod 777 file01 |
| Answer» B. chmod 000 file01 | |