LPI
101-500 · Question #229
Which of the following commands enables the setuid (suid) permission on the executable called /bin/foo?
The correct answer is B. chmod 4755 /bin/foo. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
Question
Which of the following commands enables the setuid (suid) permission on the executable called /bin/foo?
Options
- Achmod 1755 /bin/foo
- Bchmod 4755 /bin/foo
- Cchown u-s /bin/foo
- Dchmod 755+s /bin/foo
How the community answered
(54 responses)- A2% (1)
- B87% (47)
- C4% (2)
- D7% (4)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#chmod#setuid bit#special permissions#octal notation
Community Discussion
No community discussion yet for this question.