Skip to content

Instantly share code, notes, and snippets.

@Kurt-P
Created August 16, 2013 17:50
Show Gist options
  • Save Kurt-P/6251976 to your computer and use it in GitHub Desktop.
Save Kurt-P/6251976 to your computer and use it in GitHub Desktop.
Add a user in Linux
useradd -m -g users -G adm,storage,optical,audio,video,network,wheel,power,lp,log -s /bin/bash $usernam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment