nerdexam
Oracle

1Z0-409 · Question #181

You have the /tools directory on a system with critical system files reserved for future use. As a Linux administrator which command would you use to protect these files from a user who might get…

The correct answer is C. chown -R 0.0 /tools. See the full explanation below for the reasoning.

Question

You have the /tools directory on a system with critical system files reserved for future use. As a Linux administrator which command would you use to protect these files from a user who might get the UID or GID as shown below? [root@server1 ~]# ls -ld /tools/ drwxrwx--- 108 517 527 4096 Mar 26 20:00 /tools/

Options

  • Achmod o+t /tools
  • Bchmod u+s /tools
  • Cchown -R 0.0 /tools
  • Dchown -R nobody.nobody /tools

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    9% (2)
  • C
    86% (19)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice