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)- A5% (1)
- B9% (2)
- C86% (19)
Community Discussion
No community discussion yet for this question.