Question: Using sudo to execute commands as root has many advantages over using su to open a new shell as root. What are the advantages? [
Using sudo to execute commands as root has many advantages over using su to open a new shell as root. What are the advantages? Choose all that apply
a Whenever you use sudo, you have still a nonprivileged session after the command, so it is safer to use sudo to avoid mistakes as root
b The tool sudo is widely available in all Unix systems, but su is only available in Linux distributions
c All actions performed with sudo are logged and sent to the administrator inbox by default
d The actions performed with sudo are logged, whereas the commands in a su session are not
e You do not need root's password to perform the allowed actions with sudo, but you need it to change the session with su
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
