Small shell script made for automatically creating and deleting a large amount of Linux users or groups.
Go to file
raul 0eb08ba8c0
Minor improvements and fixes
Was missing a few forgotten variables
2024-12-16 10:33:56 +01:00
LICENSE Initial commit 2024-11-12 17:06:52 +01:00
README.md Fix small typo 2024-11-12 17:12:57 +01:00
autouser.sh Minor improvements and fixes 2024-12-16 10:33:56 +01:00
groups.csv Add source files 2024-11-12 17:09:38 +01:00
users.csv Add source files 2024-11-12 17:09:38 +01:00

README.md

autouser

Small shell script made for automatically creating and deleting a large amount of Linux users or groups.

Usage

./autouser.sh $PARAMETER file.csv

PARAMETERS
    --help || -h (Show this help prompt)
    --dry-run (Test without executing any changes)
    --create-users users.csv (Create users from a .csv file)
    --create-groups groups.csv (Create groups from a .csv file)
    --delete-users users.csv (Delete users from a .csv file)
    --delete-groups groups.csv (Delete groups from a .csv file)