– Linux file system hierarchy consists of following the file systems.
Grub: It is a boot loader from Linux environment System.map: It is a symbol table which is a look-up between symbol names and their addresses in memory initrd: It is an initial root file system that is mounted prior to when the real root file system is available Kernel / vmlinuz: It is the compressed version kernel image. Vmlinuz is the name of the Linux kernel executable |
|
/dev/cdrom: Represent CD-ROM drive /dev/console: Similar to tty0. /dev/fd : Represent Floppy drive /dev/full : Produces continuous stream of NULL (zero value) bytes, and returns a “disk full” message when written to. /dev/had : The master device on primary IDE channel. /dev/initctl: Someone wanting to interact with init should use the /dev/initctl control channel /dev/kmsg: This character device node provides userspace access to the kernel’s printk buffer. /dev/log: The /dev/log socket is created by the system logger. /dev/loop: It is loop device file. /dev/lp0: The first parallel port. /dev/mapper: Device-mapper serves as a generic framework to map one block device onto another. /dev/md0: Multiple Device driver aka Linux Software Raid /dev/mem: It provides access to system physical memory, not virtual. /dev/midi: It is a technical standard that describes a protocol, digital interface and connectors and allows a wide variety of electronic musical instruments, computers and other related devices to connect and communicate with one another. /dev/mixer: It is the legacy OSS device and is no longer included n the kernel. /dev/null: Accepts and discards all input; produces no output. /dev/nvram: It provides access to the machine device driver for accessing or modifying machine specific nonvolatile RAM. /dev/par0: Manages parallel devices /dev/parport0: Parallel port number 0. /dev/ppp: It is designed around providing an IP network connection over a serial link. /dev/ptmx: It is the “pseudo-terminal master multiplexer”. /dev/pts: pseudo terminal slave.. without it, you wouldn’t have a command line with terminals. When a process opens /dev/ramdisk: RAM disks use the normal RAM in main memory as if it were a partition on a |
|
|
|
|
|
|
|
|
|
|
|
|