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 / greg parrish
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 |
Post New Answer View All Answers
Can you explain a little bit about command substitution?
What does #!/ Bin sh do?
What are the general commands in using unix os for a beginner?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Who wrote grep?
What is awk used for?
What is the general format of unix command syntax?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the command to find maximum memory taking process on the server?
What are the differences among a system call, a library function, and a unix command?
What do chmod command do?
hw will u use awk in replacing cahrs and files
Explain mount and unmount command.
What is the difference between cat command and more command?
Is ‘du’ a command? If so, what is its use?