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
Give the command for finding the current date.
Enumerate some of the most commonly used network commands in unix?
What is grep short for?
Name the unix command to find how many days the server has been up.
What does this command do? Cat food 1 > kitty
What is the first character of the output in ls l command?
Explain the steps that a shell follows while processing a command.
What is the function of grep command in unix?
What will the following command do?
What is the command to compare two files in unix?
Which command is used to copy files?
What is .sh file?
What is unix command line?
What does pipe () return?
What is the use of cut command in unix?