nerdexam
LPI

117-101 · Question #212

What command should be invoked to give the user sally read and write, but not execute, access to the file strategy.txt using Extended ACL entries?

The correct answer is C. setfacl -m user:sally:rw strategy.txt. See the full explanation below for the reasoning.

Question

What command should be invoked to give the user sally read and write, but not execute, access to the file strategy.txt using Extended ACL entries?

Options

  • Asetfacl -setperm sally:rw strategy.txt
  • Bsetfacl -m user::sally+rw strategy.txt
  • Csetfacl -m user:sally:rw strategy.txt
  • Dsetfacl -setperm user:sally+rw strategy.txt

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    71% (17)
  • D
    17% (4)

Community Discussion

No community discussion yet for this question.

Full 117-101 Practice