January 2018
Intermediate to advanced
376 pages
8h 45m
English
For this lab, we'll be working with the adduser utility, which is peculiar to Debian/Ubuntu systems:
DIR_MODE=0755
Change it to:
DIR_MODE=0700
Save the file and exit the text editor.
sudo apt install ecryptfs-utils
sudo adduser --encrypt-home cleopatra ls -l /home
su - cleopatra ecryptfs-unwrap-passphrase exit
Note that some of the information that adduser asks for is optional, and you can just ...