Explore tens of thousands of sets crafted by our community.
Unix File Permissions
20
Flashcards
0/20
dr-x------
Read and execute permissions for the owner, none for the group and others.
drwxrwxrwx
Read, write, and execute permissions for the owner, group, and others (full permissions).
d--x--x--x
Execute permission for the owner, group, and others, but no read or write.
d---r-----
Read permission for the group, none for the owner and others.
-rwxr-----
Read, write, and execute permissions for the owner, read permission for the group, none for others.
drwxr-x---
Read, write, and execute permissions for the owner, read and execute for the group, none for others.
drwx--x--x
Read, write, and execute permissions for the owner, execute permission for group and others.
-r--r--r--
Read permission for the owner, group, and others.
-rw-r-----
Read and write permissions for the owner, read permission for the group, none for others.
drwx------
Read, write, and execute permission for the owner only.
-rwxr-xr-x
Full permissions for the owner, read and execute permissions for group and others.
-rwx-----x
Read, write, and execute permissions for the owner, execute permissions for others, none for group.
d----x--x
Execute permission for the owner and others, no read or write, and none for the group.
-rw-rw-r--
Read and write permissions for the owner and group, read permission for others.
d---rwxr-x
No permissions for the owner, full permissions for the group, and read and execute permissions for others.
-r--rw-r--
Read and write permissions for the group, read permission for the owner and others.
-rw-r--r--
Read and write permission for the owner, read permission for group and others.
-rw-------
Read and write permissions for the owner, none for group and others.
-r--------
Read permission for owner, none for group and others.
d--xr-xr-x
Execute and read permissions for group and others, none for the owner.
© Hypatia.Tech. 2024 All rights reserved.