1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 16:42:10 +02:00
tldr/pages.ca/linux/tcpflow.md

8 lines
215 B
Markdown

# tcpflow
> Captura el tràfic TCP per depuració i anàlisi.
> Més informació: <https://manned.org/tcpflow>.
- Mostra totes les dades de la interfície i el port indicats:
`tcpflow -c -i {{eth0}} port {{80}}`