How to change or modify the name of the user in Linux?
Originally Published Here ๐!
To change the name of a user, you must use the usermod command followed by the -l flag (login name flag), the new name of the user, and finally the old name of the user.
# Syntax
sudo usermod -l new_user_name old_user_na...
melvingeorge-me.hashnode.dev1 min read