GitHunt
LI

lifeeric/AutoUser

AutoUser is creating, removing, and showing multiple user, keeping temporary password as well when creating user

AutoUser script for creating, removing, showing User

image

Make the file available to access as global, and give permission

chmod a+x autouser
then
sudo autouser /bin/

Creating User

autouser -c user_name user_name

Deleting User

autouser -r user_name user_name2

Show Users

autouser -s

lifeeric/AutoUser | GitHunt