Skip to Content
Mastering Linux Security and Hardening - Second Edition
book

Mastering Linux Security and Hardening - Second Edition

by Donald A. Tevault
February 2020
Intermediate to advanced
666 pages
15h 45m
English
Packt Publishing
Content preview from Mastering Linux Security and Hardening - Second Edition

Hands-on lab for disabling the sudo timer

For this lab, you'll disable the sudo timer on your CentOS VM:

  1. Log in to the same CentOS virtual machine that you used for the previous lab. We'll be using the user accounts that you've already created.
  2. At your own user account command prompt, enter the following commands:
 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.

  1. At your own user account command prompt, run the following:
 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 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Linux Security and Hardening - Third Edition

Mastering Linux Security and Hardening - Third Edition

Donald A. Tevault
UNIX and Linux System Administration Handbook, 5th Edition

UNIX and Linux System Administration Handbook, 5th Edition

Trent R. Hein, Evi Nemeth, Garth Snyder, Ben Whaley, Dan Mackin

Publisher Resources

ISBN: 9781838981778Supplemental Content