RedHat RHCT (Redhat Certified Technician) RH202 RH202 Question # 15 Topic 2 Discussion

RedHat RHCT (Redhat Certified Technician) RH202 RH202 Question # 15 Topic 2 Discussion

RH202 Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2

Create the directory /archive and group owner should be the sysuser group.

Answer and Explanation:

1.chgrp sysuser /archive

2.Verify using ls -ld /archive command. You should get like

drwxr-x--- 2 root sysadmin 4096 Mar 16 17:59 /archive

chgrp command is used to change the group ownership of particular files or directory.

Another way you can use the chown command.

chown root:sysuser /archive


Get Premium RH202 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.