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 configuring adduser

For this lab, we'll be working with the adduser utility, which is peculiar to Debian/Ubuntu systems:

  1. On your Ubuntu virtual machine, open the /etc/adduser.conf file for editing. Find the line that says DIR_MODE=0755 and change it to DIR_MODE=0700. Save the file and exit the text editor.
  2. Install the ecryptfs-utils package:
sudo apt install ecryptfs-utils
  1. Create a user account with an encrypted home directory for Cleopatra and then view the results:
 sudo adduser --encrypt-home cleopatra ls -l /home
  1. Log in as Cleopatra and run the ecryptfs-unwrap-passphrase command:
su - cleopatraecryptfs-unwrap-passphraseexit

Note that some of the information that adduser asks for is optional, and you can just hit ...

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