Page 1 of 1

A Linux engineer is setting the sticky bit on a directory called devops with 755 file permission. Which of the following

Posted: Wed Oct 12, 2022 7:52 am
by answerhappygod
A Linux engineer is setting the sticky bit on a directory called devops with 755 file permission. Which of the following commands will accomplish this task?

A. chown -s 755 devops
B. chown 1755 devops
C. chmod -s 755 devops
D. chmod 1755 devops