Question : Problem: How can I change username case for SSH login?

I would like to change my username when logging into our SSH server purely for the reason that it annoys me to have the wrong case. For example, if my current username is Bobsmith I want it to be BobSmith. Is there a way to do this without recreating the account? If there isn't a way, what is the easiest way to recreate an account  (with root) to ensure I have all the correct permissions again?

Answer : Problem: How can I change username case for SSH login?

Specify the full path

/usr/sbin/usermod -l BobSmith Bobsmith
Random Solutions  
 
programming4us programming4us