Hi,
I recently changed the default shell of one of my servers to zsh, since I'm lazy I used to type
After I switched to zsh, I get an error because zsh is not installed inside the jails.
I know that I can use
Thanks
I recently changed the default shell of one of my servers to zsh, since I'm lazy I used to type
jexec <jailname>
to jump inside a jail. After I switched to zsh, I get an error because zsh is not installed inside the jails.
I know that I can use
jexec <jailname> /bin/csh
, but since I'm lazy I would like to avoid to write extra stuff. Is there a way to set which shell to use for jexec(8)?Thanks