I'm trying to change the default shell for my user. But I keep getting this error:
$ chsh
You may not change the shell for 'flimm'.
$ chsh -s "$(which bash)"
You may not change the shell for 'flimm'.
I'm trying to understand why I may not change the shell for my user.