A username needed to be changed on a local install of a CentOS Linux box. Here are the steps taken to resolve the issue.
usermod -l new old
mv /home/old/ /home/new/
groupmod -n new old
chown new:new /home/new/
chown new:new /home/new/ -R
passwd new
A username needed to be changed on a local install of a CentOS Linux box. Here are the steps taken to resolve the issue.
usermod -l new old
mv /home/old/ /home/new/
groupmod -n new old
chown new:new /home/new/
chown new:new /home/new/ -R
passwd new