Novell
050-720 · Question #348
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 C. chmod u-w,g+rx,o+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 u=rx,a-rx test
- Cchmod u-w,g+rx,o+rx test
- Dchmod u+w,g+rx,o+rx test
How the community answered
(30 responses)- A20% (6)
- B7% (2)
- C70% (21)
- D3% (1)
Community Discussion
No community discussion yet for this question.