MkyTaP - 開發筆記
主要工具: Linux, Python, SQL
Showing posts with label
port
.
Show all posts
Showing posts with label
port
.
Show all posts
Tuesday, September 10, 2019
Linux: check open/listen port
Ubuntu:
sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
sudo lsof -i:22 ## see a specific port such as 22 ##
sudo nmap -sTU -O IP-address-Here
Centos:
sudo ss -tulpn | grep LISTEN
Older Posts
Home
Subscribe to:
Posts (Atom)