Linux File and Permission Management

Review your understanding of file systems,permissions,and ownership in Linux.

1. What does the 'x' (execute) permission allow for a directory?
2. Which permission bits are enabled for the group owner in a file with mode '755'?
3. A file with permission mode '000' (no permissions) can be modified by its owner.
4. What command is used to change the owner of a file? (full name)
5. In the permission string '-rw-r--r--', how many users can write to the file?
6. Which numerical permission values are valid for a directory that should be readable, writable, and executable by the owner, and readable/executable by others?
7. The 'chmod u+x file' command adds execute permission for the group owner.
8. What is the three-character symbolic representation for the permission mode '640'?
9. Which option in the 'chmod' command recursively changes permissions for directories and their contents?
10. Which statements about file ownership in Linux are true?
Answered 0 of 0 — 0 correct