Support for creating users with standaradized uid/gid
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.
On any modern unix, run main.sh
.
Alternatively pull users.txt and use it however you need.