—
NAME
getconf - Query system configuration variables (sysconf)
SYNOPSIS
getconf -a
getconf [-v specification] system_var
getconf [-v specification] path_var pathname
DESCRIPTION
-a
bash
Displays all configuration variables for the current system
and their values.bash
Indicate the specification and version for which to obtain
configuration variables.bash
A system configuration variable, as defined by sysconf(3) or
confstr(3).bash
A system configuration variable as defined by pathconf(3). This
must be used with a pathname.AUTHOR
getconf was written by Roland McGrath for the GNU C Library
This man page was written by Ben Collins <[email protected]> for the Debian GNU/Linux system.
SEE ALSO
sysconf(3), pathconf(3), confstr(3)