nerdexam
LPI

101-500 · 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. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

GNU and Unix Commands

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

(32 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    84% (27)
  • D
    3% (1)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#File Permissions#Extended ACL#setfacl Command#Access Control

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice