RedHat EX200 Exam - Topic 1 Question 22 Discussion
Who ever creates the files/directories on archive group owner should be automatically should be the same group owner of archive.
A) chmod g+s /archive
Verify using: ls -ld /archive Permission should be like:
drwxrws--- 2 root sysuser 4096 Mar 16 18:08 /archive
If SGID bit is set on directory then who every users creates the files on directory group owner automatically the owner of parent directory.
To set the SGID bit: chmod g+s directory
To Remove the SGID bit: chmod g-s directory
B) chmod g+s /archive
Verify using: ls -ld /archive Permission should be like:
drwxrws--- 2 root sysuser 4896 Mar 16 18:09 /archive
If SGID bit is set on directory then who every users creates the files on directory group owner automatically the owner of parent directory.
To set the SGID bit: chmod g+s directory
To Remove the SGID bit: chmod g-s directory
Elbert
10 months agoAbel
10 months agoAlyce
11 months agoChauncey
11 months agoMauricio
11 months agoWinifred
11 months agoFreeman
11 months agoAbel
11 months agoRemona
11 months agoRyan
11 months agoDelmy
11 months agoWillodean
11 months ago