nerdexam
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)
  • A
    10% (7)
  • B
    82% (58)
  • C
    6% (4)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice