Novell
050-720 · Question #346
You have a test directory with the following permissions: rwx------ You want to change the permissions to the following values: r-xr-xr-x. Which command accomplishes this?
The correct answer is B. chmod a=rx test. See the full explanation below for the reasoning.
Question
You have a test directory with the following permissions: rwx------ You want to change the permissions to the following values: r-xr-xr-x. Which command accomplishes this?
Options
- Achmod 777 test
- Bchmod a=rx test
- Cchmod u=rx,a-rx test
- Dchmod u+w,g+rx,o+rx test
How the community answered
(71 responses)- A10% (7)
- B82% (58)
- C6% (4)
- D3% (2)
Community Discussion
No community discussion yet for this question.