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 awk good for?
What is the behavioural difference between cmp and diff commands?
Which command is used to restrict incoming messages?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How does shebang work?
What command is used to check the current users?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Explain ‘system calls’ with respect to unix commands?
What does touch command do in unix?
What is awk used for?
What is the use of sed command in unix?
Write a command to kill the last background job?
What does this command do? Cat food 1 > kitty
Explain ‘library functions’ with respect to unix commands?
What is the general format of unix command syntax?