PDA

View Full Version : [ubuntu] Can I change my user name?


JohnnyStorm
February 16th, 2009, 03:30 AM
Hello everyone,
I was just wondering if ther was a way to change my user name. Thanks!

JohnnyStorm

sofasurfer
February 16th, 2009, 04:11 AM
I haven't tried it but maybe at system>administration>users-groups.

sofasurfer
February 16th, 2009, 04:16 AM
I just tried the method I just mentioned. It does not work.

dernsber
February 16th, 2009, 11:07 AM
usermod -l username new_username

Won't change your home directory name, but will change your username to what you want for login purposes... oh, sudo it.

troublescoot
February 17th, 2009, 02:20 AM
usermod -l username new_username

Won't change your home directory name, but will change your username to what you want for login purposes... oh, sudo it.

Outstanding. Thank you.

Saved me about six hours of random fumbling around. :P