Guest User

Untitled

a guest
Jul 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. echo "Username:";
  3. read USR;
  4. echo "Password:";
  5. read PWD
  6. useradd -m -p $PWD $USR && echo "Success";
Add Comment
Please, Sign In to add comment