If you’re thinking of ATM skimming as clunky hardware that’s easy to detect, think again. Taped on hardware and bulky card swipe gadgets are a thing of the past. Good thieves use expensive equipment that works and they don’t get caught. They’re like ninja’s in that no one really knows if they exist.
Udev creates and removes device nodes in /dev, based on events the kernel sends out on device discovery or removal. In other words, Udev is the system that maps hardware devices to files you can interact with in the /dev directory. Udev runs in user space and creates points in /dev when the kernel detects and recognizes new hardware as it’s attached. It’s only been around since 2003/2004. All modern distributions use udev instead of the now depreciated hotplug.