| PATHS(3) | Library Functions Manual | PATHS(3) |
paths — default
system paths
#include
<paths.h>
The <paths.h>
header defines some default paths used in NetBSD.
All defined constants are prefixed with _PATH. The
constants include:
_PATH_DEFPATH and includes
directories such as /usr/bin and
/usr/local/bin._PATH_DEVNULL), /dev/mem
(_PATH_MEM), and
/etc/nologin
(_PATH_NOLOGIN), among others._PATH_DEV) and /tmp
(_PATH_TMP) as well as paths for some
miscellaneous utilities such as
csh(1),
/bin/csh
(_PATH_CSHELL).The <paths.h>
header is specific to NetBSD.
| April 8, 2011 | NetBSD 11.0 |