2
zadsfad@ubuntu

How can I change the username (zadsfad)? If I change the host name, the 'ubuntu' section is changed.

Should I reinstall Ubuntu?

wjandrea
  • 14,236
  • 4
  • 48
  • 98
Arthur
  • 67

1 Answers1

2

first, make sure you have root login access, from a root shell prompt, type

usermod -l **new_username** -m -d /home/**new_username** **current_username**

then exit and re-login, and you'll be fine.

Sajuuk
  • 252
  • 2
  • 11