Page 1 of 1

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

Posted: Sat Aug 20, 2022 7:47 am
by answerhappygod
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