wiki/docs/cmnds/adduser-1line.md
Sthope 53186ea677
Some checks are pending
continuous-integration/drone/push Build is running
first commit
2022-04-17 16:13:19 +02:00

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