Showing posts with label how to change root username in linux. Show all posts
Showing posts with label how to change root username in linux. Show all posts

Sunday, March 24, 2013

How to Change username in Linux

penguin-centos-logo

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).

How to Change username in Linux

penguin-centos-logo

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).