Which command will achieve this task?

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?

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?

A.
chmod 777 /public

B.
chmod 1777 /public

C.
chmod 2777 /public

D.
chmod 4777 /public

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *