Changing Username on Linux
Yes, you can just type this command and change your username
sudo usermod -l newname oldname
After running this command you may see an output like this.
Now what to do?
There are multiple solutions for this but in this article, I am going to talk a...
badhon495.hashnode.dev2 min read