Skip to content

Instantly share code, notes, and snippets.

@l0neranger
Created March 9, 2014 01:55
Show Gist options
  • Save l0neranger/9441808 to your computer and use it in GitHub Desktop.
Save l0neranger/9441808 to your computer and use it in GitHub Desktop.
Rename User and Move Home Directory [Debian/Ubuntu]
#!/bin/bash
usermod -l newusername -d /home/newusername -m oldusername
groupmod -n newusername oldusername
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment