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 ctrl d?
What is the use of the command 'ls -x chapter[1-5]' ?
What difference between cmp and diff commands?
What does 'mkdir' command do in UNIX?
What do know about tee command and its usage?
Is ‘du’ a command? If so, what is its use?
What is the use of cut command in unix?
What is the command to find hidden files in the current directory?
What is the use of finger command?
What does grep v grep do?
How many unix commands are there?
Which command is used to create a directory?
What is the command to compare two files in unix?
Which command should you use to find the remaining disk space in unix server?
What is merge command in unix?