Rename a user / change username
From Andreida
Avoid to change the passwd directly. There might be problems in some cases.
Instead use:
usermod -l newname oldname
Rules:
- only lowercase
- only use '-' as special character, but avoid it if you can
Avoid to change the passwd directly. There might be problems in some cases.
Instead use:
usermod -l newname oldname
Rules: