Page 1 of 1

Changing shells

Posted: Fri Jul 17, 2020 12:38 am
by jonathanstier
When I enter

Code: Select all

chsh /usr/local/bin/sh

i get

Code: Select all

chsh: unknown user: /usr/local/bin/sh

even with sudo. Not sure how to change shells then. Can anyone help?

Re: Changing shells

Posted: Fri Jul 17, 2020 12:45 am
by jonathanstier
Nevermind... lol for anyone else in the future, to simply switch shells... just type the name of the shell. i.e. sh

Re: Changing shells

Posted: Wed Jul 22, 2020 7:50 pm
by ericbsd
For temporarily change your shell

Code: Select all

sh
For permanent change

Code: Select all

chsh -s /bin/sh