Created
October 27, 2015 20:26
-
-
Save mainameiz/a9b4a4c6d3a57cab205e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id oldname | |
usermod -l newname oldname | |
groupmod -n newname oldname | |
usermod -d /home/newname -m newname | |
usermod -c “New_real_name” newname | |
id newname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment