Linux Device Management Guide. The main goal of this guide is to provide detailed instructions regarding the Linux administration of embedded devices
Category: LPIC-1
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.