Skip to content

Instantly share code, notes, and snippets.

@tylerkidd
Created July 23, 2015 15:33
Show Gist options
  • Save tylerkidd/a0c9e9ebe7102ebc447f to your computer and use it in GitHub Desktop.
Save tylerkidd/a0c9e9ebe7102ebc447f to your computer and use it in GitHub Desktop.
Ubuntu user creation/manipulation
sudo adduser username
sudo usermod -a -G groupname username
sudo usermod -d /var/www/[path to specific domain] username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment