Showing posts with label add new user. Show all posts
Showing posts with label add new user. Show all posts

Saturday, September 20, 2008

How to add a new user form the terminal/ recoverymode

Boot in to recovery mode (select the option when GRUB loads before the Ubuntu splash screen). From there:
Code:
useradd -m <user_name>
passwd <user_name>
Will create the new user, their home dir and set the password

Blog Archive