Sun Solaris (OS) Question:

What is sticky bit in Solaris?

Tweet Share WhatsApp

Answer:

If a directory is writable and has sticky bit is set, files within directory removed or renamed only if one or more following is true:

- The user owns the file

- The user owns the directory

- The file writable by the User

- The user is "root"

chmod 1777 project_dir

The sticky bit is displayed as the letter t in the execute field for 'others'.
________________________________________
Sticky Bit is a permission bit that protects the files with in a Directory. If the directory has sticky bit set, a file can be deleted by the owner of the file, the owner of the directory or root.

This Prevents a user from deleting other users files from public directories .

Download Solaris PDF Read All 64 Solaris Questions
Previous QuestionNext Question
What is the command for seeing a long listing of all the processes running on your unix box?How do you check the cron jobs of other users, (as a super user)