netstat is the command which prints network connections, routing tables, interface statistics, masquerade connections, and multicast memberships.
change the user as root using
sudo -i
netstat -tulpn
it will list all the local address on the local system used by the program.
No comments:
Post a Comment