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 |
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?
how will you login one server's shell prompt to an another server?
5 Answers Cosmic Infotech, Perot Systems,
what is the use of "grep" command?
How to install scsi driver in unix? give me explanation clearly?
How do I search for text in vi?
how to change a normal file into hidden file
who to change the duplex setting of network interface in command line
What does the md command do?
what does the 'tee' command do?
which command is used to identify the type of the file?
What is the unix command to confirm a remote host is alive or not?
Why is grep called grep?