$ getconf _SC_OPEN_MAX getconf: Unrecognized variable `_SC_OPEN_MAX' $ getconf OPEN_MAX 1024 getconf's manpage says it supports names listed in the sysconf manpage, but only the unprefixed names work, not the prefixed ones. - Josh Triplett
$ getconf _SC_OPEN_MAX getconf: Unrecognized variable `_SC_OPEN_MAX' $ getconf OPEN_MAX 1024 getconf's manpage says it supports names listed in the sysconf manpage, but only the unprefixed names work, not the prefixed ones. - Josh Triplett