Linux Device Management Guide. The main goal of this guide is to provide detailed instructions regarding the Linux administration of embedded devices
Category: Kernel
Learn how Linux Kernel works and how it interacts with the User Space.
Linux Pseudo File Systems: Free Guide
A pseudo file system does not exist on a physical hard disk,is created by the Kernel and only runs all in RAM while the system is running. LPIC1 Category – 101.1 Determine and configure hardware settings It uses the folders /proc and /sys to keep track of all processes and system hardware information. /proc folder […]
Working with Kernel Modules
LPIC1 Category – 101.1 Determine and configure hardware settings uname command display information about the running Kernel. Display a list of all running Kernel modules on the system. Displays information about a specific Kernel module. Used to dynamically load and unload modules at runtime.
Kernel Booting Parameters
Linux Kernel Booting Parameters are passed to the kernel when the machine is booting. We can pass parameters to control disks, graphics cards, serial consoles. Linux Kernel accepts parameters being passed to the kernel when the machine is booting. We can pass parameters to control disks, graphics cards, serial consoles, networking details and many other […]