Linux Devices Management
/dev directory
When you connect a device to your machine, it generally needs a device driver to function properly.
You can interact with device drivers through device files or device nodes, these are special files that look like regular files.
Since ...
scorcism.hashnode.dev2 min read