Javascript Menu by Deluxe-Menu.com
Displaying access permissions

Displaying access permissions

To display the access permissions of a file or directory use the the command:

   ls -l filename (directory)

This displays a one line summary for each file or directory. For example:

   -rwxr-xr-x  1 erpl08   staff       3649 Feb 22 15:51 my.html

This first item -rwxr-xr-x represents the access permissions on this file. The following items represent the number of links to it; the username of the person owning it; the name of the group which owns it; its size; the time and date it was last changed, and finally, its name.


[Home] [Search] [Index] This site maintained by unixhelp@math.rutgers.edu
This page was last updated on September 05, 2006 at 10:30 am and is maintained by webmaster@math.rutgers.edu.
For questions or comments about this site, please contact help@math.rutgers.edu.
© 2009 Rutgers, The State University of New Jersey. All rights reserved.