Skip to content

Instantly share code, notes, and snippets.

@ryuichiueda
Created January 3, 2016 14:00
Show Gist options
  • Save ryuichiueda/a17b440b7d2ea24d1fdb to your computer and use it in GitHub Desktop.
Save ryuichiueda/a17b440b7d2ea24d1fdb to your computer and use it in GitHub Desktop.
ueda@ubuntu14:~$ sudo udevadm monitor --kernel --property
[sudo] password for ueda:
monitor will print the received events for:
KERNEL - the kernel uevent
KERNEL[443.349199] remove /devices/virtual/sushi/sushi0 (sushi)
ACTION=remove
DEVNAME=/dev/sushi0
DEVPATH=/devices/virtual/sushi/sushi0
MAJOR=249
MINOR=0
SEQNUM=1571
SUBSYSTEM=sushi
KERNEL[443.350633] remove /sushi (class)
ACTION=remove
DEVPATH=/sushi
SEQNUM=1572
SUBSYSTEM=class
KERNEL[443.352550] remove /module/sushi (module)
ACTION=remove
DEVPATH=/module/sushi
SEQNUM=1573
SUBSYSTEM=module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment