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 |
fork in unix ?
in a growing log file how will you see the 1st 99 lines?
what does a process mean?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
Through which command will redirect output to bOth screen and files at the same time?
which command is used to stop a running process in unix?
what is the command to print last 8 lines of any text file.
What do chmod command do?
what is shell?
what is the command to find out the difference between files and folders?
What is the comma to show the space allocation of files?
What is the Unix file system hierarchy?