Date: Thu, 16 May 1996 17:22:04 +0000 (GMT) From: Gabor Zahemszky <zgabor@CoDe.hu> To: freebsd-questions@freebsd.org Subject: Re: why I have Command not found? Message-ID: <199605161722.RAA00459@CoDe.CoDe.hu> In-Reply-To: <Pine.BSI.3.93.960516003705.15931A-100000@synwork.com> from "Mike K." at May 16, 96 00:37:23 am
next in thread | previous in thread | raw e-mail | index | archive | help
>
> Try ./<command>
>
> Mike
>
>
> On Wed, 15 May 1996, fabrizio micucci wrote:
>
> >
> > Sorry if this is a silly question, but why I obtain
> > "Command not found" if call any program ?
> > I can't startx for example and several others
> >
Great! But first, you need to go to /usr/X11R6/bin to type this command,
and you need to change directory for other commands, too. So, it would be
better, to put the necessary dirs into the PATH variable, eg:
sh/ksh/bash:
PATH=${PATH}:/usr/X11R6/bin
export PATH
csh/tcsh
set $path = ( $path /usr/X11R6/bin )
Bingo!
--
Gabor Zahemszky <zgabor@CoDe.hu>
-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-
Earth is the cradle of human sense, but you can't stay in the cradle forever.
Tsiolkovsky
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605161722.RAA00459>
