LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Permissions 0775? (https://www.linuxquestions.org/questions/linux-newbie-8/permissions-0775-a-443515/)

endfx 05-10-2006 12:37 PM

Permissions 0775?
 
I've been working with linux for a little while now. All the books/tutorials I've read say that file/directory permissions can be summed up with a 3 number combo: a number for owner, group and other. So I understand this part of the permissions.

Once article I've read was specifying permissions in the 4 number combo: 0775
What is the fourth number? 3 of them must be owner,group,other but what is the fourth?

Thanks.

perfect_circle 05-10-2006 01:08 PM

the first digit combines the following bits (in this order, high to low): SUID, SGID, sticky bit.

read here for more:
http://www.zzee.com/solutions/linux-...s.shtml#setuid


All times are GMT -5. The time now is 06:30 PM.