Method: Specinfra::Command::Openbsd::Base::Port.check_is_listening

Defined in:
lib/specinfra/command/openbsd/base/port.rb

.check_is_listening(port, opts = {}) ⇒ Object

[View source]

3
4
5
# File 'lib/specinfra/command/openbsd/base/port.rb', line 3

def check_is_listening(port, opts={})
  "netstat -nat -f inet | egrep '((tcp|udp).*\.#{port}.*LISTEN$)'"
end