A. chmod u=rwx,go=rx /bin/foo
Here's how this command works:
The chmod command is used to change the permissions of a file or directory.
The u=rwx option sets the permissions for the user owner to read, write, and execute.
The go=rx option sets the permissions for the group owner and others to read and execute, but not write.
The /bin/foo argument specifies the file to which the permissions should be applied.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.LX0-103 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
2 years, 2 months ago