□ Windows 7
○ netstat -ano : Display all connections(-a), numerical from(-n) and associated PID(-o)(모든 연결, 숫자 형식, 연관된 PID를 표시한다.)
○ netstat -r : Display the routing table(-r)(라우팅 테이블을 표시한다.)
○ netstat -r : Display the routing table(-r)(라우팅 테이블을 표시한다.)
□ Linux(Ubuntu/Redhat)
○ netstat -anp : Display all connections(-a), numerical from(-n) and associated PID(-p)(모든 연결, 숫자 형식, 연관된 PID를 표시한다.)
○ netstat -r : Display the routing table(-r)(라우팅 테이블을 표시한다.)
○ netstat -r : Display the routing table(-r)(라우팅 테이블을 표시한다.)