mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|