Definition:

  • When this bit is set, the file will be executed with the privileges of the file’s owner, rather than the privileges of the user who executes it.
  • SUID:
  • permission that allows a user to have similar permissions as the owner of the file
  • ex: passwd command needs temporary sudo permission to write to /etc/passwd

two