Linux LPIC2 201
HomeCertifications
  • Welcome!
  • The Company
    • Vision and Values
    • Meet the Team!
  • Exam Info
    • Topics
    • Schedule the Exam
  • Linux Kernel and System Startup
    • uname
    • Files to Investigate
  • Linux Kernel Basics
    • Documentation
    • Kernel Files
    • Init RAM disks
      • InitRD
      • InitRAMfs
      • InitRD vs InitRAMfs
    • Kernel Source
  • Compiling Linux Kernel
    • Preparation
    • Download Kernel
    • Compile the Kernel
    • Grub Configuration
    • mkinitrd vs dracut
    • Kernel Runtime Tools
      • Load Kernel Modules
  • SysV init
    • History
    • /etc/inittab
    • Runlevels
      • Verify Current Runlevel
      • Change Runlevel
    • Create a SysV Init Script
    • Page 2
    • update-rc.d
  • SystemD
    • Page 1
Powered by GitBook
On this page

Was this helpful?

  1. Compiling Linux Kernel

Kernel Runtime Tools

  1. modprobe -l

  2. lsmod - wrapper from file /proc/modules

  3. modprode sr_mod

  4. modprobe -v sr_mod

  5. modprobe -r sr_mod

  6. rmmod

  7. modinfo sr_mod - parm settongs

  8. modprobe.conf

Previousmkinitrd vs dracutNextLoad Kernel Modules

Last updated 3 years ago

Was this helpful?