/bin/sh and autocomplete

What shell has equal function as the bash shell? How can I change the shell? (I come from linux, sorry).
 
mix_room said:
Just remember that it is bad to change your root shell to something that doesn't live under /bin/

Sage advice. Actually, I would argue that root's shell should never be changed. If you really want a different shelled root account, either exec your shell of choice after logging in, or enable the toor account and set its shell to be what you want.
 
gordon@ said:
Sage advice. Actually, I would argue that root's shell should never be changed. If you really want a different shelled root account, either exec your shell of choice after logging in, or enable the toor account and set its shell to be what you want.

FWIW, I routinely change the root shell on my machines to /bin/sh (I prefer that over csh), and have done so since the FreeBSD 3.x days, with no ill effects. YMMV.
 
Back
Top