| set-uid | setting uid on an executable file allows the file to be executed with the original owners permissions.e.g.A script owned by root is executed with root priviledges when run by an ordinar user|
|set-gid | in files, set-gid files are executed with the group's permissions, while in directories all new files belong to the group by default|
|sticky bit | In a shared environment, allows deletion only by the owner of the file|