nerdexam
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)
  • A
    20% (6)
  • B
    7% (2)
  • C
    70% (21)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice