What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command?
Click on the arrows to vote for the correct answer
A. B. C. D.C
The permissions -rwSr-xr-x on a binary file mean the following:
Therefore, the correct answer is A: The command is SetUID and it will be executed with the effective rights of the owner. The SetUID bit overrides the execute permission for the owner, so the owner does not need execute permission to run the command. The group and other users will have their regular permissions applied when running the command.