Unix Sticky Bits


 
Thread Tools Search this Thread
Operating Systems Solaris Unix Sticky Bits
# 1  
Old 09-26-2006
Unix Sticky Bits

I cant get the Sticky Bits idea, i do changing mod in Unix by chmod 744 for example and its mean the 7 is for owner and 4 is for group and 4 for other, how can the system determine that there is isomething before 744 which mean 00744 in this case is the 7 still for the owner and if saw how the system divid it from giving 0 to the owner ?! some explanation please ?
# 2  
Old 09-26-2006
Searching in google by "unix permissions" you can get lots of information. For instance:
http://www.zzee.com/solutions/unix-permissions.shtml

Though, it seems that you have a problem of understanding the perms representation. The operating system just sees a bunch of bits, but human beings can represent them in several ways.
In general, when you write 755, 644, 400, etc... You are talking about user/group/others and representing those bits in octal. But, when you see something like 0700, 2755, 4755, etc, you are representing rwx perms plus sgid, suid, sticky, etc... Just have a look at the page above for examples.


Regards.

Last edited by grial; 09-26-2006 at 12:03 PM..
# 3  
Old 09-26-2006
See the article written by Perderabo in this thread
# 4  
Old 09-28-2006
Thanks so much.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Bits - The Unix and Linux Forums (Experimental) Virtual Currency

Hello. I've searched the site but can't find a link to what the "Bits" and "bank account" is on my user profile. Can someone link me or briefly explain? (76 Replies)
Discussion started by: candlejack
76 Replies

2. What is on Your Mind?

Place Bits & Win Bits!!! - 17th Annual Satellite Awards

Ten movies have been nominated as best motion picture by the International Press Academy, presentation of the 2012 Satellite Awards will be held on 16th December at Los Angeles, CA. Place your bits here on one of the below nominated movie of your choice:- Argo ... (0 Replies)
Discussion started by: Yoda
0 Replies

3. What is on Your Mind?

What exactly is the concept of BITS in this unix.com forum?

Is there a detailed page on the explanation of concept behind BITS and score used in this forum. Just saw the index on my Banking page. (Clicked the Banking hyperlink below my profile name on the topmost right corner of this screen) Thanks in advance. (2 Replies)
Discussion started by: Manjunath B
2 Replies

4. UNIX for Dummies Questions & Answers

32 bits procesaor with 64 bits Solaris

people i have a problem i have a 32 bits sparc processor, and solaris 64 bits processor, i install a oracle data base 64 bits, but my oracle will not run because my processor is from 32 bits this is ok??, i know if i have x86 i cannot install a 64 bits operatin system in a 32 bits processor. ... (0 Replies)
Discussion started by: enkei17
0 Replies

5. UNIX for Advanced & Expert Users

Sticky bits and umasks

ive been looking at sticky masks and umasks but still slighty unclear how i can use them my enviroment. I currently have 1 folder for which any file that is copied to this or moved here has its permissions set to 555. Ive tried setting the sticky bit on the folder by using chmod -t and chmod... (4 Replies)
Discussion started by: felix001
4 Replies

6. UNIX for Dummies Questions & Answers

what is SUID/GUID bits in UNIX/Solaris

Hi, I have a Oracle Database on Solaris 5.10 . Following file are showing with SUID/GUID bits . -rwsr-xr-x root dba /optware/oracle/10.2.0.2/db/bin/extjob What will happen if this is changed to oracle dba . I need to know the will there be a effect if the owner of extjob is... (3 Replies)
Discussion started by: reply2soumya
3 Replies

7. UNIX for Dummies Questions & Answers

Changing 24 bits to 8 bits display

Hello all, I was wondering if anyone can tell me how to change 24 bits depth display to 8 bits depth display for Sun Ultra1, running Solaris 8? THANKS in advance. I think that the command is ffbconfig, but it has nothing about depth. (4 Replies)
Discussion started by: larry
4 Replies
Login or Register to Ask a Question