Skip to content
/ plus_1 Public

Bash script to create local user accounts in GNU/Linux, and macOS. Whiptail front-end.

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)
  • macOS (via sysadminctl)

Notes

This tool was originally 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 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 (user modifiable).

History

Version Release Date
0.6 28-DEC-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

License

LICENSE.

About

Bash script to create local user accounts in GNU/Linux, and macOS. Whiptail front-end.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages