Provides a consistent way of invoking sysctl(8) across POSIX platforms
@param mib [String] the sysctl(8) MIB name
@api private
# File lib/facter/util/posix.rb, line 9 def sysctl(mib) Facter::Util::Resolution.exec("sysctl -n #{mib} 2>/dev/null") end
Generated with the Darkfish Rdoc Generator 2.