By Keith Mitnick on Saturday, 05 March 2016
Category: General

Create a new user from the Command Line - Yosemite and above.

If you're running OS X Yosemite and above, you can use the new "sysadminctl" command to easily create users from the command line.

sudo sysadminctl -addUser keith -password mypassword

Leave Comments