From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 04:25:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 778B716A4CE for ; Fri, 18 Feb 2005 04:25:18 +0000 (GMT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3BFE43D4C for ; Fri, 18 Feb 2005 04:25:17 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.26.84.7]) by out005.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050218042517.MZQL4700.out005.verizon.net@ringworm.mechee.com> for ; Thu, 17 Feb 2005 22:25:17 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 96DE62CE7D2; Thu, 17 Feb 2005 20:20:56 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Thu, 17 Feb 2005 20:20:53 -0800 User-Agent: KMail/1.7.2 References: <6e7bb06fe08fad36bc5731d525f49879@usc.edu> In-Reply-To: <6e7bb06fe08fad36bc5731d525f49879@usc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502172020.55225.ringworm01@gmail.com> X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [4.26.84.7] at Thu, 17 Feb 2005 22:25:16 -0600 Subject: Re: Shell script question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ringworm01@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 04:25:18 -0000 On Thursday 17 February 2005 01:13 pm, Digish Reshamwala wrote: > Hi, > > I am trying to run one of my installation shell script using the > command- > > bash resetapp.sh > > & it gives me the error as- > 'bash: not found' > > How do I install bash? I am using FreeBSD/i3b6 5.2.1 Bash is in ports, try /usr/ports/shells/bash* > > Also, whats the command to check which version of FreeBSD I am using? uname -a > > Please help me out, > > Thanks a lot, > macuser -Mike