Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2001 18:40:14 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        David Loszewski <stealth215@mediaone.net>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ncftp shortcut
Message-ID:  <20010915183904.C20318-100000@shumai.marcuscom.com>
In-Reply-To: <001901c13e36$ab0dd0d0$3000b1d8@sickness>

next in thread | previous in thread | raw e-mail | index | archive | help
Make sure /usr/local/bin is in your PATH.  To do so:

in sh, bash, kash:

PATH=${PATH}:/usr/local/bin ; export PATH

in csh, tcsh:

set path = ($path /usr/local/bin)
rehash

Joe

On Sat, 15 Sep 2001, David Loszewski wrote:

> If you guys haven't noticed yet with the amount of questions that I've
> been asking I'm a newbie when it comes to FreeBSD.  Linux is a baby's
> toy compared to FreeBSD.  It's wonderful having this list to ask
> questions on since I seem to get much more direct questions from this
> list than from some book online.  Hopefully I'll soon become competent
> enough to start helping others the way that all of you have been helping
> me and putting up with such pathetic questions.
>
> Anyways.I just installed ncftp from source.  How do I now make it so
> that it can be executed from anywhere?  Ncftp was installed into the
> /usr/local/bin/ directory.
>
> Thanks again,
> Dave
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010915183904.C20318-100000>