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 |
How do you grep recursively?
Is ‘du’ a command? If so, what is its use?
By using which command we can find the CPU utilization time?
What is the use of finger command?
Why is it called grep?
how to change a normal file into hidden file
How do I search a whole word in vim?
Which command will print your home directory on screen?
what these two commands prints "echo test","cat test"?
distinguish between user mode and kernel mode?
Describe the zip/unzip command using gzip.
what are filters?