Skip to content

Instantly share code, notes, and snippets.

@goozbach
Created August 26, 2010 17:29
Show Gist options
  • Save goozbach/551818 to your computer and use it in GitHub Desktop.
Save goozbach/551818 to your computer and use it in GitHub Desktop.
#!/bin/bash
username=$1
useradd $1
usermod -L $1
echo cangetin | passwd --stdin $1
chage -d 0 $1
usermod -U $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment