RE: bash as a login shell (was Root users shell == no existant shell/bin/bash)
From: Jacob Linscott (jlinscott_at_theplanet.com)
Date: 07/09/04
- Previous message: Jacob Linscott: "RE: bash as a login shell (was Root users shell == no existant shell/bin/bash)"
- In reply to: Dan Langille: "bash as a login shell (was Root users shell == no existant shell /bin/bash)"
- Next in thread: Daniel Brown: "Re: bash as a login shell (was Root users shell == no existant shell /bin/bash)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "'Dan Langille'" <dan@langille.org> Date: Fri, 9 Jul 2004 15:46:22 -0500
Something I found long ago was adding this line to your root's .cshrc
[ -x /usr/local/bin/bash ] && exec /usr/local/bin/bash
That way you don't have to mess with changing the shell, and yet you get
bash on login.
This make it sound like you find it very bothersome to login and type
'bash' (or whatever), to give yourself the shell you want. Is that
so?
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Jacob Linscott: "RE: bash as a login shell (was Root users shell == no existant shell/bin/bash)"
- In reply to: Dan Langille: "bash as a login shell (was Root users shell == no existant shell /bin/bash)"
- Next in thread: Daniel Brown: "Re: bash as a login shell (was Root users shell == no existant shell /bin/bash)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|