Date: Mon, 13 Jul 1998 21:08:19 +0200 From: Florian Kuehnert <sutok@gmx.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Ultra-lame questions. Message-ID: <19980713210819.00925@hostname> In-Reply-To: <Pine.BSF.3.96.980713105753.27878C-100000@java.dpcsys.com> References: <35AA3B4F.E7343B98@nb.sympatico.ca> <Pine.BSF.3.96.980713105753.27878C-100000@java.dpcsys.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Jul 1998, Dan Busarow wrote: > > I created a non-root user when I installed FreeBSD. > > Now, all I get is 'command not found.' > FreeBSD does not include . in the standard PATH. If you want > that behaviour, add . to your PATH. You shouldn't do that as this is a BIG security hole. Just start "local" scripts with ./ or put them in $HOME/bin. Florian 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?19980713210819.00925>