List of questions
Related questions
Question 115 - 101-500 discussion
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
Your answer:
0 comments
Sorted by
Leave a comment first