/dev directory
0%

Devices · Lesson 1

/dev directory

Learn how Linux exposes device interfaces and pseudo-devices through nodes under `/dev`.

Linux exposes many kernel device interfaces through special filesystem objects called device nodes. They normally appear under /dev, alongside useful symbolic links and communication endpoints. Opening a device node connects an application to a kernel driver rather than to bytes stored in an ordinary file.