Description

ss is used to dump socket statistics. It allows showing information similar to netstat. It can display more TCP and state information than other tools.

Usage

Find process on port

sudo ss -lptn 'sport = :80’

Links