Reference no: EM132400142
Lab - Configuring Linux File System Permissions
Lab Assessment Questions -
1. Which command is used to change directories on a Linux system?
2. Which command would you use to create a directory named MyDirectory in the /usr directory on a Linux system?
3. Which command is used to list the contents of a directory on a Linux system in an abbreviated format, without showing permission strings?
4. Which command is used to list the contents of a directory on a Linux system including permission strings and other details?
5. Which command would you use to change the owner of a directory named MyDirectory to a user named myuser?
6. Which file permissions are represented by the following permission string? Specify both the roles and permissions.
rwx------
7. Which command would you use to change the group owner of a directory named MyDirectory to a group named clients?
8. Which command would you use to add group read permissions to a directory named MyDirectory?
9. Which file permissions are represented by the following permission string? Specify both the roles and permissions.
rwx-w----