Which of the following commands makes /bin/foo executab… seenagape 8 years ago Which of the following commands makes /bin/foo executable by everyone but writable onlyby 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 ← Previous question Next question →