The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: permission help
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-10-2003
cbkihong cbkihong is offline
Moderator
 

Join Date: Sep 2002
Location: Hong Kong, China
Posts: 1,432
I'm not sure if this document would help you:

http://www.perlfect.com/articles/chmod.shtml

In simple terms, a file (note that a directory is also a file) has both a user and group associated with it. When you "ls -l", you ought to see the username and groupname (or user id and group id on some systems). The 3 user bits apply to the user specified by this user id, the 3 group bits apply to anyone in the group specified, and for the others, the last 3 bits apply.