Filesystem, Partitions & Inodes in Linux – A Deep Dive
/dev Directory (Device Files)
When you connect any device to your system, it needs some device drivers to function. And we need device files to exist in the /dev directory for interaction with device drivers. You can view them by running the command ...
kshitijcodes.hashnode.dev19 min read