Last active
March 29, 2022 14:08
-
-
Save bfu4/c8d252f36c9aeb30d98a133e1cf922e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
useradd -s /bin/bash -d /lab $1 | |
printf "$2\n$2\n" | passwd $1 | |
usermod -aG sudo $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
insecure need for docker