For a list of network ports that are open you can use the following commands:
netstat -tulp orOr, you are not limited to netstat or lsof but you can always use a port scanner, telnet or nc to list open/close ports.
lsof -i -n | egrep ‘COMMAND|LISTEN|UDP’
No comments:
Post a Comment