Limited Time Offer
15%
Off
Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.
Suggested Answer:
by whitebeard pirate at Nov 24, 2024, 11:35 AM
Comments
whitebeard pirate
2024-11-24 11:35:03sudo chmod g+s /archive
g+s: Sets the SetGID bit on the directory.
Verify the permission change using ls -ld /archive. The output should look like this:
drwxr-s--- 2 root archive 4096 Nov 24 10:00 /archive
The s in the group permission section (r-s) indicates that the SetGID bit is set.
2
Verify inheritance: Test by creating a file or directory inside /archive:
touch /archive/testfile
ls -l /archive
The group owner of testfile should match the group owner of /archive.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).