ajmay81/usertools
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README
Tools for creating, deleting and modifying user accounts on OSX.
LICENSE
Copyright (c) 2014 Andy May <ajmay81@gmail.com>
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved. This file is offered as-is, without any
warranty.
EXAMPLES
Create a user account with home directory:
sudo ./useradd.sh -m -c 'Joe Bloggs' joe
Delete a user account and home directory:
sudo ./userdel.sh -r joe