View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#6
Originally Posted by Cue View Post
Code:
netstat -t -u
might help.
If you'd like to see who is accessing, you should add a "-p" ( as root)
Code:
sudo netstat -tup
maybe also a "-a" to see also listening sockest (if there are any).
 

The Following 2 Users Say Thank You to peterleinchen For This Useful Post: