Sometimes you'll get bored of your current shell or a new system uses sh
instead of bash
by default (like in Proxmox for a new user). So you'll want to change the default shell. For example, to change to bash
:
chsh -s $(which bash)
Sometimes you'll get bored of your current shell or a new system uses sh
instead of bash
by default (like in Proxmox for a new user). So you'll want to change the default shell. For example, to change to bash
:
chsh -s $(which bash)