Exercise: Quizz

33 - What is the result of running the command chmod u+s against an executable file?


This would allow any user to execute that file with root-level permissions.
This would limit the execution permission to the user only.
This would let anyone execute that file with the same permissions as the file owner.
This would prevent anyone from executing that file.