par défaut de gchange de Dash to Bash
# all installed shells you can check in:
cat /etc/shells
# to change shell, you can use
$ chsh -s /bin/bash
# to check active shell use
echo $SHELL
DreamCoder