Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 to run the file, but not Cathy. 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 755 temp/runit.sh setfacl -m u:Cathy:r temp/runit.sh

b. None of the other options

c. chmod 4744 temp/runit.sh setfacl -m u:Cathy:r temp/runit.sh

d. chmod 755 temp/runit.sh

e. chmod 744 temp/runit.sh setfacl -m u:Bob:rx runit.sh

f. chmod 4744 temp/runit.sh

g. chmod 754 temp/runit.sh chown Alice:Bob temp/runit.sh

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Experts Guide To Database 2

Authors: Bruce L. Larson

1st Edition

0070232679, 978-0070232679

More Books

Students also viewed these Databases questions

Question

Are my points each supported by at least two subpoints?

Answered: 1 week ago