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


Please Help Members By Posting Answers For Below Questions

What is grep command in unix with examples?

839


What does the command '$ls | wc –l > file1' do?

916


What does the command ' $who | sort –logfile > newfile' do?

1037


What is updatedb?

767


Explain ‘system calls’ with respect to unix commands?

794


What does sed command do in unix?

799


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

982


What do chown command do?

799


What is the behavioural difference between cmp and diff commands?

889


What happens when we execute a unix command?

808


What are the dos commands?

882


Explain the steps that a shell follows while processing a command.

923


Write a command to kill the last background job?

799


What command will change your prompt to myprompt?

923


What is in grep command?

862