Hi,
I have a machine with FreeBSD 5.3 - release -p2.
I have installed bash from ports.
How is possible to use bash in root account ?
Thanks a lot
Don't.
Leave /bin/sh as your shell. If you want to run bash as root, log in as usual and then run 'exec bash' to replace your current shell with bash. This is a basic rule of hygiene when working as root.
You'll appreciate working this way when you lose your /usr partition one day...
David
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"