Query: getconf
OS: netbsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETCONF(1) BSD General Commands Manual GETCONF(1)NAMEgetconf -- get configuration valuesSYNOPSISgetconf system_var getconf -a getconf path_var pathname getconf -a pathnameDESCRIPTIONThe getconf utility writes the current value of a configurable system limit or option variable to the standard output. The system_var argument specifies the system variable to be queried. The names of the system variables are from sysconf(3) with the leading ``_SC_'' removed. The path_var argument specifies the pathname variable to be queried for the specified pathname argument. The names of the pathname variables are from pathconf(2) with the leading ``_PC_'' removed. When invoked with the option -a, getconf writes a list of all applicable variables and their values to the standard output, in the format ``name = value''.EXIT STATUSThe getconf utility exits 0 on success, and >0 if an error occurs.SEE ALSOpathconf(2), confstr(3), limits(3), sysconf(3)STANDARDSThe getconf utility conforms to IEEE Std 1003.2-1992 (``POSIX.2'').BSDAugust 9, 2011 BSD
Related Man Pages |
---|
getconf(1) - debian |
getconf(1) - minix |
getconf(1) - php |
getconf(1) - plan9 |
getconf(1) - bsd |
Similar Topics in the Unix Linux Community |
---|
invalid getconf output and Perl compile |
Hardware_bitmode |
Doing math using user defined input and system environment variables |
ARG_MAX Limit |