Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 329 Bytes

File metadata and controls

8 lines (6 loc) · 329 Bytes

Linux-user-clone

bash script to clone a linux user. This is by no means my invention, and I have simply taken pieces from others and will put some of my own spin on this over time

Usage:
$ clone-user src_user_name new_user_name

Make sure to set the bash script to have permissions to execute:
$ chmod u+x clone-user