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?
Answers were Sorted based on User's Feedback
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 |
Answer / 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 |
Through which command will redirect output to bOth screen and files at the same time?
How to add content of one file into another file at the beginning
Differentiate cat command from more command.
Which unix command lists files/folders in alphabetical order?
Is grep faster than awk?
How to get the last ten lines of a file using awk utility?
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
what is the difference between relative path and absolute path?
in a growing log file how will you see the 1st 99 lines?
What is .sh file?
what is Online(STM) and offline diagnostics in HP-UX?
Why is it called grep?