πŸ“Š Linux
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: Yami Thakur
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

πŸ‘οΈ
225
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Yami Thakur
Publisher
πŸ“ˆ
81%
Success Rate