
How to Change username in Linux
It is fairly simple but here is the command:
# usermod -l <New Name> <Old Name>
Replace <New Name> with the new username you want and replace <Old Name> with the current user name (or the old username).
At yuvalinux blog you will learn how to learn Linux. We offer free tutorials in all technologies.