UNIX concepts
Jump to navigation
Jump to search
Sticky bits
- If a directory has the sticky bit in its permissions, this means that all its files can be deleted only by their owners.
- The "/tmp" directory has this sticky bit, this means you cannot delete files in /tmp belonging to another user, even if you are in the same group.