mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:22:10 +02:00
227 B
227 B
tcpflow
TCP 트래픽을 캡처하여 디버깅 및 분석합니다. 더 많은 정보: https://manned.org/tcpflow.
- 특정 인터페이스와 포트의 모든 데이터 표시:
tcpflow -c -i {{eth0}} port {{80}}