Skip to content
/ plus_1 Public

Bash script to create local user accounts in GNU/Linux, and macOS.

License

Notifications You must be signed in to change notification settings

marshki/plus_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plus_1

Codacy Badge Maintenance made-with-bash MIT licensed Open Source Love svg3

Bash script to create local user account(s) in: GNU/Linux (via useradd), and macOS (via dscl).

Notes

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.

Animated SVG

Getting Started

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.

History

Version Release Date
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

License

LICENSE.

TODOs

  • Add TUI?

  • Unit tests?

  • Replace dscl with sysadminctl in macOS?

About

Bash script to create local user accounts in GNU/Linux, and macOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages