Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You want the user reagan to help you with backups to an external drive, so you set the configuration below in / etc / sudoers

You want the user reagan to help you with backups to an external drive, so you set the configuration below in /etc/sudoers. What would happen if Reagan tried to backup as well the user's home directories?
Cmnd_Alias BACKUP =/usr/bin/rsync -av /etc /media/extdrive
reagan ALL=BACKUP
Question 15Answer
a.
It would work as well, but the user would be asked for root's password to continue
b.
It would work as well, but the user would be asked for reagan's password to continue
c.
It would work as well, because the configuration is granting the use of rsync with any parameters
d.
It would not work, because the configuration grants the execution of rsync with these exact parameters

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

Students also viewed these Databases questions