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

No comments:

Post a Comment