RedHat RHCT (Redhat Certified Technician) RH202 RH202 Question # 26 Topic 3 Discussion

RedHat RHCT (Redhat Certified Technician) RH202 RH202 Question # 26 Topic 3 Discussion

RH202 Exam Topic 3 Question 26 Discussion:
Question #: 26
Topic #: 3

Make on /data that only the user owner and group owner member can fully access.

Answer and Explanation:

1.chmod 770 /data

2.Verify using : ls –ld /data

Preview should be like:

drwxrwx--- 2 root sysadmin 4096 Mar 16 18:08 /data

To change the permission on directory we use the chmod command. According to the question that only the owner user (root) and group member (sysadmin) can fully access the directory so: chmod 770 /data


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.