How To Change Username Of A User
sudo usermod -l howard -d /home/howard -m howrd
The username at the end is the one that you want to change.
You may have to do this via root, as the user cannot be in use at the time of changing.
sudo usermod -l howard -d /home/howard -m howrd
The username at the end is the one that you want to change.
You may have to do this via root, as the user cannot be in use at the time of changing.