February 2020
Intermediate to advanced
666 pages
15h 45m
English
For this lab, you'll disable the sudo timer on your CentOS VM:
sudo fdisk -l sudo systemctl status sshd sudo iptables -L
You'll see that you only needed to enter the password once to do all three commands.
sudo fdisk -l sudo -k sudo fdisk -l
Note how the sudo -k command resets your timer, so you'll have to enter your password again. Open visudo with the following command:
sudo visudo
In the Defaults specification section of the ...