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?

Answers were Sorted based on User's Feedback



How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. ..

Answer / 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

How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. ..

Answer / 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

How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. ..

Answer / vijay

chmod 700 filename
chmod o+t filename

Is This Answer Correct ?    2 Yes 0 No

How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. ..

Answer / guest

chmod 1555+ugo filename

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

How do you find out all processes that are currently running in UNIX OS?

10 Answers  


How to delete a directory containing files and folders?

3 Answers  


what is the use of the hidden files?

3 Answers  


What does find command return in unix?

0 Answers  


How to find $ai_serual resolved path by using unix

0 Answers  






How does pipe () work?

0 Answers  


What does mkdir up2date; touch outdated up2date do?

2 Answers  


Which mode is used for allowing file write,read and append mode?

9 Answers   BitWise, TM,


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

2 Answers   Infosys,


What is the functionality of a top command?

0 Answers   Amazon,


How to identify whether a file is normal file or directory?

3 Answers  


distinguish between physical addresses and logical address?

3 Answers   Infosys,


Categories