netbsd man page for paths

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)

NAME
paths -- default system paths
SYNOPSIS
#include <paths.h>
DESCRIPTION
The <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 ALSO
whereis(1), sysexits(3), types(3), hier(7)
CAVEATS
The <paths.h> header is specific to NetBSD.
BSD
April 8, 2011 BSD
Related Man Pages
go-show-paths-to-root(1p) - debian
whereis(1) - centos
systemd-path(1) - hpux
systemd-path(1) - minix
systemd-path(1) - opensolaris
Similar Topics in the Unix Linux Community
cp and rm return non zero value
bc and wc utilities???
system() fails
Can't find paths.h
REGEX to separate paths by whitespace and do a loop