ExamGecko
Question list
Search
Search

Question 115 - 101-500 discussion

Report
Export

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
Answers
A.
chmod u=rwx,go=rx /bin/foo
B.
chmod o+rwx,a+rx /bin/foo
Answers
B.
chmod o+rwx,a+rx /bin/foo
C.
chmod 577 /bin/foo
Answers
C.
chmod 577 /bin/foo
D.
chmod 775 /bin/foo
Answers
D.
chmod 775 /bin/foo
Suggested answer: A
asked 18/09/2024
Rebekah Midkiff
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first