Skip to content

Instantly share code, notes, and snippets.

@atuanpham
Created October 8, 2018 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atuanpham/9a3ab56cc346cd35fff9886a3ae94991 to your computer and use it in GitHub Desktop.
Save atuanpham/9a3ab56cc346cd35fff9886a3ae94991 to your computer and use it in GitHub Desktop.
Change username in Ubuntu
groupadd <new_user_name>
usermod -d /home/<new_user_name> -m -g <new_user_name> -l <new_user_name> <old_user_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment