setuid permission - Allows a process to run as the owner of the file, not the user executing it. setgid permission - Allows a process to run with the group of the file, not of the group of the user executing it. sticky bit - Prevents a user from deleting another user's files even if they would normally have permission to do so.

