Method: Inspec::Resources::AixPorts#ports_via_lsof

Defined in:
lib/resources/port.rb

#ports_via_lsofObject



273
274
275
276
# File 'lib/resources/port.rb', line 273

def ports_via_lsof
  return nil unless inspec.command('lsof').exist?
  LsofPorts.new(inspec).info
end