Sunday, 30 August 2009

Port listening check

nmap localhost (checks listening ports)
lsof -i :1980 (checks what running on that port)
kill -15 (kills what’s running on that port)


—-check open ports—-


check for open ports: ‘netstat -a’

No comments:

Post a Comment