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