View the Listening port under linux: #netstat -nl | grep 3141
netstat -nl | grep 3141
=========================
nmap -sT -O localhost
cat /etc/services | grep 3141
netstat -anp | grep 3141
lsof -i | grep 3141
posted on 2008-06-18 08:48 Xiaobo Sun 閱讀(334) 評論(0) 編輯 收藏 所屬分類: Unix cmd 、Unix tools