logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

getconf - Query system configuration variables (sysconf)

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.

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.

Name

       getconf - Query system configuration variables (sysconf)

See Also

sysconf(3), pathconf(3), confstr(3)

3rd Berkeley Distribution                         June 13, 2010                                       GETCONF(1)

Synopsis

getconf -a

       getconf [-vspecification] system_var

       getconf [-vspecification] path_var pathname

See Also