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 / gparrish
I have an account now!
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 ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the general format of unix command syntax?
Can you enlist some commonly used network commands?
How do I run a bash script?
What is the nmap command?
What is awk command used for?
Which command can you use to find the currently running process in unix server?
Why is shebang used?
What do know about tee command and its usage?
What do chmod, chown, chgrp commands do?
What are the unix commands?
How do you grep recursively?
How to use grep command to list find the records of a file containing 10 different strings?
Name the unix command to find how many days the server has been up.
What do know about tee command?
What is the comma to display different lines that are found when compare two files?