EZ Linux Admin random header image

Port listening check

August 17th, 2009 by EZ linux · 1 Comment

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’

Tags: Linux Commands · Linux Security · Linux Software / Scripts · Ports

1 response so far ↓

Leave a Comment