Network Configuration

ss

English

Overview

A command for displaying socket state, the successor to netstat.

Details

A command that reads socket information directly from the kernel, displaying connection state faster than netstat. Combining options as in "ss -tunlp" shows at a glance which process is listening on which port, a common move when investigating a port conflict.

More Linux terms