12 February 2025
Linux, CLIYou cannot be logged in as the current user you are renaming, so do one of the following...
sudo passwd rootlogoutlogoutsudo su - to elevateReplace oldname with your old username and newname with the new username…
usermod -l newname oldnameusermod -d /home/newname -m newnamegroupmod -n newname oldnamechfn -f "Full Name" newname
logoutDisable root account (if you enabled it):
sudo passwd -d rootsudo passwd -l root