Update README.md

This commit is contained in:
raul 2024-11-12 17:11:26 +01:00
parent 3c19f9c45b
commit 86ea4cc731
Signed by: raul
GPG Key ID: C1AA797073F17129
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# autouser
Small shell script made for automatically creating and deleting a large amount of Linux users or groups.
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)
```