wiki/docs/cmds/adduser-1line.md
Sthope caebbec917
Some checks failed
continuous-integration/drone/push Build is failing
first commit
2022-04-17 16:05:42 +02:00

3 lines
195 B
Markdown

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```