nerdexam
Oracle

1Z0-409 · Question #212

As a system administrator, you have created the /public directory. The permission to the directory is shown below: [root@server1 ~]# ll -d /public/ drwxr-xr-x 3 root root 4096 Dec 17 04:35 /public/…

The correct answer is B. chmod 1777 /public. See the full explanation below for the reasoning.

Question

As a system administrator, you have created the /public directory. The permission to the directory is shown below:

[root@server1 ~]# ll -d /public/ drwxr-xr-x 3 root root 4096 Dec 17 04:35 /public/ You have a requirement that all the normal users in the system should be able to create files in the /public directory, but they should not be able to delete one another's files. Which command will achieve this task?

Options

  • Achmod 777 /public
  • Bchmod 1777 /public
  • Cchmod 2777 /public
  • Dchmod 4777 /public

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    83% (20)
  • C
    8% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice