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 nr in awk command?
Which command is used to create a directory?
What does grep v grep do?
What do know about tee command?
What is the difference between cat and more command?
What's a command word?
What does find command return in unix?
Explain the steps that a shell follows while processing a command.
What is the command to compare two files in unix?
What are some command words?
What command is used to switching between users in unix?
Why is shebang used?
Why is grep called grep?
What is the use of awk command in unix?
How to use grep command to list find the records of a file containing 10 different strings?