exam questions

Exam LX0-103 All Questions

View all questions & answers for the LX0-103 exam

Exam LX0-103 topic 4 question 4 discussion

Actual exam question from CompTIA's LX0-103
Question #: 4
Topic #: 4
[All LX0-103 Questions]

Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?

  • A. chmod u=rwx,go=rx /bin/foo
  • B. chmod o+rwx,a+rx /bin/foo
  • C. chmod 577 /bin/foo
  • D. chmod 775 /bin/foo
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
linux_admin
2 years, 2 months ago
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
...
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago