create user
adduser <username>
will prompt with password and some info
skeletron
quando si crea un nuovo utente, linux copia i file da /etc/skel
è possibile aggiungere file in questa cartella (ad esempio le configurazioni ssh) per aggiungere valori di default a ogni utente creato
add user to sudo
usermod -aG sudo <username>
check user groups
groups <username>