getconf (1) Linux Manual Page
getconf – Query system configuration variables
Synopsis
getconf -agetconf [-v specification] system_var
getconf [-v specification] path_var pathname
Description
-a
Displays all configuration variables for the current system-v
and their values.
Indicate the specification and version for which to obtainsystem_var
configuration variables.
A system configuration variable, as defined by sysconf(3) orpath_var
confstr(3).
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 <bcollins [at] debian.org> for the Debian GNU/Linux system.
