Special permissions (Sticky bit, SUID, GUID) in Linux

Posted by Md. Mahidul Hasan on 3:47 AM with No comments
Special permissions (Sticky bit, SUID, GUID) in Linux

At a glance:
Special permissions
Can work on
Main use
What it does
Sticky bit:
Executable file, file, folder
On folder
No delete permission for other users without owner inside a stickybit-enabled folder
SUID:
Executable file

all users gets the executable_file's owner's permission to the executable file.
GUID:
file, folder
On folder
all files/folders automatically gets the group ownership inside the Implemented folder.