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 is command substitution?
Is command prompt unix?
What is $0 bash?
What is unix command?
What is the command to find maximum memory taking process on the server?
What is the unix command to confirm a remote host is alive or not?
What happens when we execute a unix command?
What are filter commands in unix?
What is the use of find command in unix?
What is the use of awk command in unix?
What is ctrl d?
What is the use of finger command?
Explain ‘library functions’ with respect to unix commands?
What is the use of tee command?
What is the search command in unix?