What is the way to add new users in Debian 10 Buster? I tried adduser but this appears to be missing.
> adduser myuser
bash: adduser: command not found
Thanks.
What is the way to add new users in Debian 10 Buster? I tried adduser but this appears to be missing.
> adduser myuser
bash: adduser: command not found
Thanks.
Looks like you basic commands ain't installed on your OS.
sudo apt install adduser
should fix the thing