How to set sticky bit, or it have any seperate directory to
create sticky bit in sunfir servers.
Please help me , i don't no the exact answer?
Answer Posted / greg parrish
Typically the sticky bit is set on most *nix systems in the
/tmp directory. You can set the bit on any directory with
the commands:
chmod +t /dirname
OR
chmod 1644 /dirname
Here is 1 is the sticky bit and 644 are your common
directory permissions. The /tmp dir for example is usually
set to 1777.
-greg
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What does #!/ Bin sh do?
What do chgrp command do?
What is grep in bash?
Who command in unix operating system?
Explain command to display different lines that are found when compare two files?
What is s and g in sed command?
Which unix command to make a new directory?
What do know about tee command?
What is the pipe command?
What are bash commands?
What is a command and examples?
Which unix command lists files/folders in alphabetical order?
What is the comma to show the space allocation of files?
What is ‘ps’ command for?
Using unix command how to display no of records in oracle?