Re: paths in linux

From: Michele Andreoli (m.andreoli@tin.it)
Date: Sat Dec 09 2000 - 12:54:20 CET


On Sat, Dec 09, 2000 at 06:15:21PM +1100, Robert Heezeman wrote:
> Can anyone tell me how to set a path in Linux and is
> this the same as ./Command* way of executing within a
> a directory that is not with the normal Path (eg bin /
> sbin

muLinux uses /etc/path.conf (not standard). Actual contents:

==============================================
PATH=/usr/local/bin:/usr/local/sbin
PATH=$PATH:/usr/emu/bin:/usr/perl/bin
PATH=$PATH:/usr/tcltk/bin:/usr/gcc/bin
PATH=$PATH:/usr/vnc/bin:/usr/tex/bin
PATH=$PATH:/usr/X11R6/bin
PATH=$PATH:/usr/wks/bin:/usr/srv/bin
PATH=$PATH:/usr/sbin:/usr/bin:/bin:/sbin:/usr/games:.
export PATH
==============================================

This file is usually included in the startup script. The entry
relative to current directory in ".", in the last row.

Michele

-- 
Sent using mulinux, with mutt, smail and other GPL'ed software
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:17 CET