Q. The following command
Code:
$ chmod 4777 c.out
β
Correct Answer: (A)
will set the SUID bit of c.out file
Explanation: SUID (Set owner User ID) is defined to give temporary rights to a user to run a program or file with the permissions of the owner of the file rather than the actual user.