Q. The following command

Code:
$ chmod 4777 c.out
  • (A) will set the SUID bit of c.out file
  • (B) will only set the SUID bit of c.out file if the command is submitted by the root user
  • (C) invalid command
  • (D) will put the sticky bit of c.out file
πŸ’¬ Discuss
βœ… 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.
Explanation by: Sandeep
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
241
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Sandeep
Publisher
πŸ“ˆ
95%
Success Rate