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
createhomedir(1) - osx
systemd-path(1) - x11r4
systemd-path(1) - debian
systemd-path(1) - opensolaris
systemd-path(1) - sunos
Similar Topics in the Unix Linux Community
the &quot;which&quot; command
version of the utilities
system() fails
Help!!!
REGEX to separate paths by whitespace and do a loop