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?
D. chmod 1755 devops
The sticky bit is a special permission that can be set on directories, and it is represented by the number "1" in the binary representation of the file permission mode. To set the sticky bit and keep the 755 file permission, you would set the permission mode to 1755. The "chmod 1755 devops" command sets the file permission mode to 1755, which includes the sticky bit and the 755 file permissions.
Also can be accomplished with `chmod +t directory_name`.
upvoted 4 times
...
This section is not available anymore. Please use the main Exam Page.XK0-005 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
linux_admin
Highly Voted 1 year, 8 months agoe418137
Most Recent 9 months ago