How to change user name in CentOS

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