unix - What process is listening on a certain port on Solaris? - Stack Overflow

unix - What process is listening on a certain port on Solaris? - Stack Overflow

瀏覽:597
日期:2025-10-08
So I log into a Solaris box, try to start Apache, and find that there is already a process listening on port 80, and it's not Apache. Our boxes don't have lsof installed, so I can't query with that. I guess I could do: pfiles `ls /proc` | less and look fo...看更多