mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 21:42:08 +02:00
8 lines
210 B
Markdown
8 lines
210 B
Markdown
# tcpflow
|
|
|
|
> Przechwytuje ruch TCP do debugowania i analizy.
|
|
> Więcej informacji: <https://manned.org/tcpflow>.
|
|
|
|
- Pokaż wszystkie dane z interfejsu `eth0` i portu `80`:
|
|
|
|
`tcpflow -c -i {{eth0}} port {{80}}`
|