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
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 |
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 |
Which command is used to copy files?
How can you create a symbolic link to a file or directory?
Who command in unix?
Which command is used to restrict incoming messages?
If we want to see first 35 lines of a file which command we have to use?
What does pipe () return?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
which script will invoke first ,when /etc/init.d starts
How does a user get the current date, time in UNIX?
How to get the last ten lines of a file using awk utility?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
What is shrinking file system in AIX where it actually resides?