Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 1996 00:43:26 -0700 (PDT)
From:      Doug White <dwhite@riley-net170-164.uoregon.edu>
To:        mtoole@hidesert.com
Cc:        questions@FreeBSD.org
Subject:   Re: Question about Executables
Message-ID:  <Pine.BSF.3.91.960713004250.829X-100000@gdi.uoregon.edu>
In-Reply-To: <199607071939.MAA00170@www.hidesert.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 Jul 1996 mtoole@hidesert.com wrote:

> When I go into the /usr/games directory where the games I got when I
> Installed the OS FreeBSD, it tells me "Command Not Found".  Do you have
> any idea why its doing this?  

/usr/games isn't in your path.  Try running the games by prepending ./ to 
the name.

So to run fortune:
 
cd /usr/games
./fortune

I thought it's in there by default though.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960713004250.829X-100000>