Questions
- When creating an ACL for a file in a shared directory, what must you first do to make the ACL effective?
- Remove all normal permissions from the file for everyone except for the user.
- Ensure that the file has the permissions value of
644
set. - Ensure that everyone in the group has read/write permissions for the file.
- Ensure that the SUID permission is set for the file.
- What is the benefit of setting the SGID permission on a shared group directory?
- None. It’s a security risk and should never be done.
- It prevents members of the group from deleting each others’ files.
- It makes it so that each file that ges created within the directory will be associated with the group that’s also associated with the directory.
- It gives anyone who accesses the directory the same privileges as the user of the directory.
- Which of the following commands...