LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   AIX (https://www.linuxquestions.org/questions/aix-43/)
-   -   setting up stick bit on file/directory (https://www.linuxquestions.org/questions/aix-43/setting-up-stick-bit-on-file-directory-585617/)

bavondrake 09-18-2007 02:15 PM

setting up stick bit on file/directory
 
Hi all,
Im kind of newbie on this.Can anyone show me how to set up a stick bit on AIX file/directory?
What effects does it have on files/directories when you set it as root/normal user?

Bavon

wjevans_7d1@yahoo.co 09-19-2007 11:52 AM

Unless I'm mistaken, you're referring to the sticky bit (with a y). You can get a good mix of answers by googling for this:
Code:

sticky bit
Start with the widipedia search result, but some of the others are good too.

Hope this helps.

AbrahamJose 09-20-2007 07:04 AM

Answer
 
see the directory /tmp in all the AIX machines

rwx permission to all is given
Anybody can read write and execute.
Anybody can delete any file
chmod 0+t /tmp
is given as a protection that only the ownen can delete the files.

See it on ur system

bavondrake 09-20-2007 02:27 PM

Thanks AbrahamJose,
I got it.
Bavon


All times are GMT -5. The time now is 01:50 AM.