Debian install netstat

安裝的指令:
# apt install net-tools


顯示使用中網路服務的指令:
# netstat -pnltu


顯示網路連線中的指令:
# netstat -ant


顯示網路 Routing table的指令:
# netstat -nr


顯示網路卡資訊的指令:
# netstat -ai

留言