Question: Alice is the owner an executable bash script, runit.sh in a temp folder on a Linux machine. Alice, Bob, and Cathy all have full permissions
Alice is the owner an executable bash script, runit.sh in a temp folder on a Linux machine. Alice, Bob, and Cathy all have full permissions to this folder. Alice wants to allow Bob and Cathy to run the file as Alice. Which of the following sets of commands can Alice run that will accomplish this? Hint: You should probably be running these commands on a Linux machine Select one or more: a. chmod 4755 temp/runit.sh
b. chmod 4744 temp/runit.sh setfacl -m u:Bob:rx runit.sh setfacl -m u:Cathy:rx runit.sh
c. None of the other options
d. chmod 4744 temp/runit.sh
e. chmod 4755 temp/runit.sh setfacl -m u:Bob:r temp/runit.sh setfacl -m u:Cathy:r temp/runit.sh
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
