Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. 1: Boot up your system, at the login screen press ctrl+alt+f1
  2. 2: At this point, login with your normal username and password then type "sudo su"
  3. 3: Type in your password, now you are in the root account
  4. 4: add a user using "adduser <username>" and fill in the blanks, replace <username> with your new user.
  5. 5: set a password using "passwd <username>"
  6. 6: add the user to the admin group: "adduser <username> admin"
  7. 7: press ctrl+alt+f7 and login, go to your home directory, press the up arrow, go into your old user directory and copy everything important
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement