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

What is grep command in unix with examples?

604


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)?

949


Which command should you use to find the remaining disk space in unix server?

697


What is s and g in sed command?

551


What is “chmod” command?

558






What is merge command in unix?

938


What does sed command do in unix?

556


How to find $ai_serual resolved path by using unix

1020


What is rmdir command?

541


What does touch command do in unix?

719


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

758


Why is awk called awk?

573


How to use grep command to list find the records of a file containing 10 different strings?

640


Which command is used to copy files?

547


What is nr in awk command?

591