What execution behavior does the SUID permission enable on an executable file?
Every execution permanently changes the file's owner to the invoking user.
The process can run with the effective privileges of the file's owner rather than only those of the invoking user.
It grants every user write permission to the executable.
It always runs with the effective group of the file.