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


Please Help Members By Posting Answers For Below Questions

Name the general commands in using unix os for a beginner?

626


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

765


What is the nmap command?

588


Why is it called a shebang?

574


what is the advaantage of each user having its own copy of the shell?

2040






How do you grep recursively?

560


How do I search a whole word in vim?

694


Which command is used to copy files?

559


Which command is used to find whether the system is 32 bit or 64 bit?

633


What is grep command in unix with examples?

614


Differentiate cmp command from diff command.

592


How do I delete files from command prompt?

555


What is the use of finger command?

603


What is the size of time_t?

655


how to sort the content of the file based on numeric values

1256