Query: paths
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PATHS(3) BSD Library Functions Manual PATHS(3)NAMEpaths -- default system pathsSYNOPSIS#include <paths.h>DESCRIPTIONThe <paths.h> header defines some default paths used in NetBSD. All defined constants are prefixed with _PATH. The constants include: o The default user search path set by login(1) and associated utilities such as rshd(8). This is defined by _PATH_DEFPATH and includes directories such as /usr/bin and /usr/local/bin. o Default paths for some utilities and device nodes. Examples include such paths as /dev/null (_PATH_DEVNULL), /dev/mem (_PATH_MEM), and /etc/nologin (_PATH_NOLOGIN), among others. o Paths for some default directories such as /dev (_PATH_DEV) and /tmp (_PATH_TMP) as well as paths for some miscellaneous utilities such as csh(1), /bin/csh (_PATH_CSHELL).SEE ALSOwhereis(1), sysexits(3), types(3), hier(7)CAVEATSThe <paths.h> header is specific to NetBSD.BSDApril 8, 2011 BSD
Related Man Pages |
---|
createhomedir(1) - osx |
paths(3) - netbsd |
systemd-path(1) - ultrix |
systemd-path(1) - opensolaris |
systemd-path(1) - sunos |
Similar Topics in the Unix Linux Community |
---|
version of the utilities |
bc and wc utilities??? |
system() fails |
Help!!! |
Can't find paths.h |