[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error when I try to run the "bash" file in the /usr/local/bin direct
From: |
Chet Ramey |
Subject: |
Re: Error when I try to run the "bash" file in the /usr/local/bin directory after the install.... |
Date: |
Wed, 31 Jan 2001 11:28:59 -0500 |
> # pwd =20
> /usr/local/bin =20
>
> # bash =20
> UX:sh: ERROR: bash: Not found =20
You probably don't have `.' in your path. Run bash with a full pathname:
/usr/local/bin/bash or ./bash (from /usr/local/bin).
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)
Chet Ramey, CWRU chet@po.CWRU.Edu http://cnswww.cns.cwru.edu/~chet/