Is there a way to determine what program is listening to some port, TCP or UDP, in Linux?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
is the command you want, but you need to be root to see all the data. |
|||
|
|
|
ss -tlp Quicker than netstat. |
|||
|
|
|
|
|||||
|
|
|
Already answered, but if it's on a system you don't have a shell on, running |
|||
|
|