Match the following items to their counterparts in the table.
Drag and drop the items to the cell by the correct answer. Each cell should contain one answer. If you wish to change an answer, either drag it to another location, or click to return the quiz to its original settings.
When you have completed the quiz, click . Your correct answers will have a blue background and your incorrect answers will be crossed out. If you wish to try again, click . Note: if you have trouble getting the quiz to function a second time, try refreshing your browser. Click to see all of the correct answers.
| Description | ACL operation |
|---|---|
| Display ACLs on a directory. | getfacl
/directory |
| Named user with read, execute permissions for a file. | user:mary:rx
file |
| File owner with read, execute permissions for a file. | user::rx
file |
| Read, write permissions for a directory granted to the directory group-owner. | g::rw
/directory |
| Read, write permissions for a file granted to the file group-owner. | g::rw
file |
| Read, write, execute permissions for a directory granted to a named group. | group:hug:rwx
/directory |
| Read, execute permissions set as the default mask. | default:m::rx
/directory |
| Named user granted initial read permission for new files and read, execute permission for new subdirectories. | default:user:mary:rx
/directory |