Voglio che ogni nuovo utente da ora in poi abbia bash come shell di default.
So che per cambiare la tua shell in bash, dovresti usare il comando "chsh -s / bin / bash", ma come posso impostare automaticamente la shell di tutti i futuri utenti su bash di default?
sudo -u $USER chsh -s $SHELL
.