nerdexam
LPI

101-400 · 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

(27 responses)
  • A
    15% (4)
  • B
    7% (2)
  • C
    74% (20)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 101-400 Practice