How to Use SUID and SGID in Linux with Examples
Regular permission can be overridden by special permissions like SUID, SGID, and sticky bit. When you use the special permissions on a file, then only the owner of the file or group owner can manipulate the file.
In some cases where you just want only …