This document discusses file access permissions for directories based on permissions for groups and others. It shows the different permissions combinations of read(r), write(w), and execute(x) and whether common directory operations like changing directory (cd), listing contents (ls), copying into, and copying from will work or result in an error for each permission set.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
47 views1 page
FAP Directories
This document discusses file access permissions for directories based on permissions for groups and others. It shows the different permissions combinations of read(r), write(w), and execute(x) and whether common directory operations like changing directory (cd), listing contents (ls), copying into, and copying from will work or result in an error for each permission set.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 1
File Access Permission with respect to directories
Directory Permissions for cd ls cp into cp from
groups and others r-- error works error error -w- error error error error --x works error error error rw- error works error error r-x works works error works -wx works error works error rwx works works works works