コマンド(Win10) プロトコル ポート 意味 CentOS6 CentOS7 Ubuntu Debian
ping <ip> icmp - IPアドレス確認 - - - -
ipconfig - - 自PCIP調査 ifconfig ip a - -
tracert icmp/udp - 通信経路調査 traceroute traceroute - -
route - - ルーティングテーブル route ip r - -
netstat - - - netstat ss - -
netstat -i - - デバイス事のパケット数 netstat -i ip -s l - -
netstat - - TCPソケット状態 netstat -nat - - -
netstat - - UDPソケット状態 netstat -nau - - -
netstat -nao LISTEN、アドレス、ポート番号、プロセスIDを表示 netstat -antu
arp - - arpテーブル arp ip n - -
arp - - arpテーブル 無効化 arp -d <ip> -i <eth0> - - -
- - - NWデバイスUP ifconfig eth1 up ip l set eth1 up
nmcli c up eth1
- -
- - - NWデバイスDOWN ifconfig eth1 down ip l set eth1 down
nmcli c down eth1
- -
tasklist - - 稼働中の全プロセス番号 ps aux ps aux - -
最終更新:2017年04月10日 00:56