Bash script to create local user account(s) in:
- GNU/Linux (via useradd)
- macOS (via dscl or sysadminctl)
This tool was developed for sysadmins managing user acounts on servers not tied to a network identity manager, but will work just as well in desktop environments. Also, there are standalone GNU/Linux and macOS add user scripts in this repo, should that strike your fancy.
Place the script in: /usr/local/bin
(or create it, if it does not exist).
set the executable bit on the file:
chmod +x /plus_1.sh
then call it:
sudo bash plus_1.sh
and follow the on-screen prompts.
Log file is writtern to the location the script is called from. This is user modifiable.
Version | Release Date |
---|---|
0.6 | 30-OCT-2024 |
0.5 | 17-JUL-2024 |
0.4 | 26-SEP-2023 |
0.3 | 26-FEB-2022 |
0.2 | 24-JUL-2019 |
0.1 | 07-NOV-2019 |
0.0 | 01-JUN-2019 |
- Screen recording of TUI in action.