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

8 lines
208 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
```