[EMAIL PROTECTED] wrote:
On Tue, 5 Nov 2002, Naydoe Maung wrote:
how would i go about fixing the shell so that it will always start with
"bash"?  thanks in advance.
if bash is installed
	chsh -s /usr/local/bin/bash
else install it from
	/usr/ports/shells/bash2
or
	/usr/ports/shells/bash1

Once installed, you must make it as default shell for the desired user. You may do as follows:

pw usermod foobar -s /usr/local/bin/bash

where foobar is the username and you must be root to issue this.

[ ]'s

--
Marcio Merlone



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to