Dev
From MEPIS Documentation Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| - | The /dev subdirectory contains special files which link to the various input/output devices on the system. Because access to these is required at boot time, this is a subdirectory of the root filesystem. | + | The /dev subdirectory contains special files which link to the various input/output devices on the system. Because access to these is required at boot time (start up), this is a subdirectory of the root filesystem. |
| - | + | [http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/dev.html more detail] | |
[[The_System| back to the filesystem]] | [[The_System| back to the filesystem]] | ||
Revision as of 22:29, 26 September 2006
The /dev subdirectory contains special files which link to the various input/output devices on the system. Because access to these is required at boot time (start up), this is a subdirectory of the root filesystem.