Writing udev rules update

After almost a year, I finally published an update to my Writing udev rules document. I’m still amazed at the amount of email this brings me – please remind me not to leave it so long next time, going through so much built-up email was quite an effort! Now I just need to reply to it all.

If you are using udev out-of-the-box and don’t know about its customization abilities, you should give this document a quick read.

4 thoughts on “Writing udev rules update

  1. Roel

    Thanks for the effort.
    That document was my first entry into the world of udev rules, and it was an amazing discovery. ;)

  2. Zrin

    what about TEST!=… as in
    SUBSYSTEM==”scsi_device”, ATTRS{type}==”[235689]”, TEST!=”[module/sg]”, RUN+=”/sbin/modprobe -b sg”

    thank you,
    Zrin

Comments are closed.