sudo cp /boot/grub/menu.lst /boot/grub/menu.lst.old
| / | Root direcory |
| /bin | Essential commands |
| /boot | Boot loader files (such as GRUB). Linux files |
| /dev | Device files |
| /etc | System configuration files |
| /home | User's home directories |
| /initrd | Initial RAM disk boot support (used during boot) |
| /lib | Shared libraries, kernel modules |
| /lost+found | Directory for recovered files (if found after a system check) |
| /media | Mount point for removable media such as DVDs and floppys |
| /mnt | Usual mount point for local, remote file systems |
| /opt | Add on software packages |
| /proc | Process information for Kernel control |
| /root | Superuser (root home) |
| /sbin | System commands (mostly root only) |
| /srv | Holds data for system services some of which is currently stored in /var |
| /sys | Real-time information on devices used by the kernel |
| /tftpboot | Network boot support |
| /tmp | Temporary files |
| /usr | Secondary software file hierarchy |
| /var | Variable data such as logs, spooled files |