Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 654 Bytes

standard-users

Support for creating users with standaradized uid/gid

Design

The users.txt file contains a list of unix usernames and IDs. The associated script files creates users with that ID and matching groups. If the user or group is already created with the correct id, it does nothing. Otherwise, if there are any conflicts or issues, the scripts error out.

Usage

On any modern unix, run main.sh. Alternatively pull users.txt and use it however you need.

Known Consumers