HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rtmon — Save network state changes to a file. More information: <https://manned.org/rtmon>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrtmonsavenetworkstateclifilechanges
linux

Problem

How to use the rtmon command: Save network state changes to a file. More information: <https://manned.org/rtmon>.

Solution

rtmon — Save network state changes to a file. More information: <https://manned.org/rtmon>.

Save all network state changes to a file:
sudo rtmon {{[f|file]}} {{path/to/file}}


Specify the type of change to log:
sudo rtmon {{[f|file]}} {{link|address|route}}

Code Snippets

Save all network state changes to a file

sudo rtmon {{[f|file]}} {{path/to/file}}

Specify the type of change to log

sudo rtmon {{[f|file]}} {{link|address|route}}

Context

tldr-pages: linux/rtmon

Revisions (0)

No revisions yet.