Computer and IT knowledge - things to know
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.
sample:
#see all tcp listening ports
ss -tanl
#see all tcp sessions and listen ports
ss -tan
#see more details with process id (pid)
ss -ntp
computer2know :: thank you for your visit :: have a nice day :: © 2025