Question: How does the SUID or setuid affect executable commands?

  1. When the command creates files, they will be owned by the group owner of the command.
  2. The SUID bit allows anyone to execute the command no matter what other permissions are set.
  3. When the command is executed, its running privileges elevate to the user owner of the command.
  4. When the command is executed, its running privileges elevate to the group owner of the command.

Answer: The correct answer of the above question is Option C:When the command is executed, its running privileges elevate to the user owner of the command.