home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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: get UNIX in a Nutshell: System V Edition Next: Reference: getopts
Reference: get Book Index Reference: 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