wiki/docs/cmnds/adduser-1line.md
Sthope 9d9f263ce9
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-17 16:27:54 +02:00

354 B

Replace USER with your username and PWD with chosen password and send:

sudo adduser USER --gecos "69,69,69,69" --disabled-password;echo "USER:PWD" | sudo chpasswd;usermod -aG sudo USER  

bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/custom-cmds-in-ubuntu/bin_examples/autouser)" USER PWD```