Boot
From MEPIS Documentation Wiki
(Difference between revisions)
(made more simple) |
|||
| Line 1: | Line 1: | ||
====Boot ==== | ====Boot ==== | ||
| - | The /boot directory is one of the main subdirectories under / and it contains the files that Linux needs to boot. The Linux kernel (the core of the Linux operating system) is kept in the /boot directory. | + | The /boot directory is one of the main subdirectories under / and it contains the files that Linux needs to boot (start up). The Linux kernel (the core of the Linux operating system) is kept in the /boot directory. |
| - | + | [http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/boot.html more detail] | |
[[The_System| back to the filesystem]] | [[The_System| back to the filesystem]] | ||
Revision as of 22:28, 26 September 2006
Boot
The /boot directory is one of the main subdirectories under / and it contains the files that Linux needs to boot (start up). The Linux kernel (the core of the Linux operating system) is kept in the /boot directory.