Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 1996 23:33:38 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        current@freebsd.org
Subject:   _PATH_*
Message-ID:  <199603072233.XAA01854@campa.panke.de>

next in thread | raw e-mail | index | archive | help

/usr/include/paths.h
/* Default search path. */
#define	_PATH_DEFPATH	"/usr/bin:/bin"

Why is /usr/bin before /bin?


/* All standard utilities path. */
#define	_PATH_STDPATH \
	"/usr/bin:/bin:/usr/sbin:/sbin:"

Same. And why the colon?

Wolfram



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