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

udevmon — Intercept and monitor input devices for launching tasks. Filters or modifies events according to con

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

Problem

How to use the udevmon command: Intercept and monitor input devices for launching tasks. Filters or modifies events according to configuration file(s) (default: /etc/interception/udevmon.d/*.yaml). More information: <https://gitlab.com/interception/linux/tools/-/tree/master#udevmon>.

Solution

udevmon — Intercept and monitor input devices for launching tasks. Filters or modifies events according to configuration file(s) (default: /etc/interception/udevmon.d/*.yaml). More information: <https://gitlab.com/interception/linux/tools/-/tree/master#udevmon>.

Start udevmon with specified configuration file:
udevmon -c {{path/to/config.yaml}}

Code Snippets

Start udevmon with specified configuration file

udevmon -c {{path/to/config.yaml}}

Context

tldr-pages: linux/udevmon

Revisions (0)

No revisions yet.