PDA

View Full Version : [all variants] Creating a New User w/ Encrypted Home Dir?


CarlosinFL
April 30th, 2009, 06:10 PM
When I installed Ubuntu & created my first user, it asked me if I wanted to encrypt their home directory. Can someone please tell me if I created a new user on my system using the 'useradd' command, how can I also 'encrypt' their home directory?

Thanks for any assistance!

bodhi.zazen
April 30th, 2009, 07:39 PM
adduser --encrypt-home new_user_name

CarlosinFL
May 1st, 2009, 02:22 PM
Well, normally I do the following so I was wondering if there is an option for useradd command -vs- adduser?