UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: getChapter 2
Unix Commands
Next: Reference: getopts
 

getconf

getconf [-v spec] system_var
getconf [-v spec] path_var path
getconf -a

Solaris only. This command is specified by POSIX as a portable way of determining system limits. In the first form, print the value of system configuration variables. In the second, print the value of filesystem-related parameters. In the third, print the values of all system configuration variables.

Options

-a

Print the names and values of all system configuration variables.

-v spec

Use spec to govern the selection of values for configuration variables.


Previous: Reference: getUNIX in a Nutshell: System V EditionNext: Reference: getopts
Reference: getBook IndexReference: getopts

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System