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 / 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 |
Post New Answer View All Answers
What is grep command in unix with examples?
What does the command '$ls | wc –l > file1' do?
What does the command ' $who | sort –logfile > newfile' do?
What is updatedb?
Explain ‘system calls’ with respect to unix commands?
What does sed command do in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What do chown command do?
What is the behavioural difference between cmp and diff commands?
What happens when we execute a unix command?
What are the dos commands?
Explain the steps that a shell follows while processing a command.
Write a command to kill the last background job?
What command will change your prompt to myprompt?
What is in grep command?