Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 333 Bytes

File metadata and controls

19 lines (12 loc) · 333 Bytes

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