Solved

Which of the Following Commands Makes /Bin/foo Executable by Everyone

Question 63

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions