A Linux administrator needs to view all listening TCP ports and the associated processes on a server. Which command should be used?
Correct: ss -tlnp shows listening TCP ports with process info.
Why this answer
The ss command with -tlnp options shows listening TCP ports with process information, replacing netstat.