SUIDSGID
SUID and SGID are special permission bits used in Unix-like systems to control the privileges with which a program runs. They are part of the file mode bits and affect how a process inherits user and group identities when the executable is started.
SUID, or Set User ID on execution, causes the executing process to run with the effective user
SGID, or Set Group ID on execution, makes the process run with the effective group ID of
Security considerations are central to SUID/SGID usage. Incorrectly configured binaries can enable privilege escalation, and many
Common management tasks include viewing with file listings, identifying with find -perm -4000, and setting bits