File Permissions and Ownership Categories
CompTIA Linux+ XK0-006 (V8) PBQ
This exercise focuses on matching file permissions, user roles, and ownership concepts with their respective symbolic notation, numerical values, or descriptions.
chmod
755
u
a
7
o
rwx
ls -l
777
w
rw-
644
chown
r
4
r-x
1
0
x
2
g
Read Permission
Full Permissions for All
No Permissions
Read and Write
All (User, Group, and Others)
List File Permissions
Read and Write for User, Read for Group and Others
Others
Change Permissions
User (Owner)
Execute Permission
Change Ownership
Read
Write
Execute
Full Permissions
Full Permissions for User, Read and Execute for Group and Others
Write Permission
Read, Write, and Execute
Group
Read and Execute