RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Basic Linux Kernel module administration commands

Basic Linux kernel module administration commands
Basic Linux kernel module administration commands
Linux command syntaxLinux command description
ls -R /lib/modules/$(uname -r) Command to list all modules available for a given linux system
modinfo /path/to/module.ko Display module information
insmod kernel-module-name Install a module to a running kernel. NOTE: this command does not resolve module dependencies
modprobe kernel-module-name Install a module to a running kernel inlcuding dependencies
depmod -a Rebuild module dependancy database using /lib/modules/$(uname -r)/modules.dep
insmod --force kernel-module-name Force insmod to load module even if its build for a defferent module version
modprobe -n -v kernel-module-name Display insmod commands to load module and its dependencies. Useful when modprobe gives up due to dependency problem
lsmod Display all modules currently loaded into a kernel
rmmod kernel-module-name Command to remove a module from a running kernel

Share this linux post:

Submit Basic Linux Kernel module administration commands  in Delicious Submit Basic Linux Kernel module administration commands  in Digg Submit Basic Linux Kernel module administration commands  in FaceBook Submit Basic Linux Kernel module administration commands  in Google Bookmarks Submit Basic Linux Kernel module administration commands  in Stumbleupon Submit Basic Linux Kernel module administration commands  in Technorati Submit Basic Linux Kernel module administration commands  in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download