Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

getconf(1) [suse man page]

getconf(1)						      General Commands Manual							getconf(1)

NAME
getconf - print system configuration variables SYNOPSIS
getconf [-v specificaton] variable_name [pathname] getconf -a [pathname] DESCRIPTION
getconf prints the value for variable_name, which is a system configuration variable as defined by sysconf(3) or confstr(3), to the stan- dard output. If ariable_name is a configuration variable as defined by pathconf(3), the argument pathname needs to be given. OPTIONS
-a Prints all names of the configuration variables to the standard output. -v specification Gives the specification for which to obtain configuration variables. AUTHOR
getconf was written by Roland McGrath for the GNU C Library GNU C Library January 2005 getconf(1)

Check Out this Related Man Page

GETCONF(1)							 Debian GNU/Linux							GETCONF(1)

NAME
getconf - Query system configuration variables SYNOPSIS
getconf -a getconf [-v specification] system_var getconf [-v specification] path_var pathname DESCRIPTION
-a Displays all configuration variables for the current system and their values. -v Indicate the specification and version for which to obtain configuration variables. system_var A system configuration variable, as defined by sysconf(3) or confstr(3). path_var 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@debian.org> for the Debian GNU/Linux system. SEE ALSO
sysconf(3), pathconf(3), confstr(3) 3rd Berkeley Distribution squeeze GETCONF(1)
Man Page