
04-01-2009
|
|
Moderator
|
|
|
Join Date: Dec 2008
Location: .at
Posts: 1,932
|
|
As root on Linux: Code:
# netstat -anp
In the next-to-last column look for ESTABLISHED (won't appear for UDP). The last column gives you the PID and process name. If it's empty/'-' even as root, it's probably a mount.
|