PrepAway - Latest Free Exam Questions & Answers

The files created by users from the same group should a…

CORRECT TEXT
Create a catalog under /home named admins. Its respective group is requested to be the admin group. The
group users could read and write, while other users are not allowed to access it. The files created by users from
the same group should also be the admin group.

PrepAway - Latest Free Exam Questions & Answers

A.
# mkdir admins /

B.
# chown .admin admins/

C.
# chmod 770 admins/

D.
# chmod g+s admins/

Explanation:
# cd /home/
# mkdir admins /
# chown .admin admins/
# chmod 770 admins/
# chmod g+s admins/


Leave a Reply