PDA

View Full Version : [ubuntu] Can't change my username.


Steam.
July 11th, 2009, 05:22 AM
Ok, after reading thousand's of ways to change my username, i still can't.

Here's a pic to show you that i can't.

http://www.imagelodge.net/imgs/xlr8/Screenshot-25s6.png

mikewhatever
July 11th, 2009, 08:15 AM
I really don't think you can change the username. You can simply add another user with admin privileges, and once sure everything works as expected, delete the original one.

sisco311
July 11th, 2009, 08:35 AM
sudo usermod -md /home/newname -l newname oldname
the above command renames your user(oldname) to newname and moves your home directory to /home/newname.

EDIT:

oh, you should also change the name of your user's primary group:
sudo groupmod -n newname oldname

Steam.
July 11th, 2009, 09:45 AM
Thanks all.