-
Easy Way to Change Ubuntu Usernames
If you want to change your Ubuntu user name, a very fast way to do so is via the command line.
Just type the following:
sudo usermod -l newname currentname
For more options, just type
man usermod
Leave a reply