What effect does the setuid permission have when an executable file is run?
The process runs with the permissions of the file's owner.
The process runs only with the permissions of the file's group.
The caller permanently becomes the file's owner.
The executable becomes immutable and cannot be changed by any user.