Skip to Content
Linux in a Nutshell, Fourth Edition
book

Linux in a Nutshell, Fourth Edition

by Ellen Siever, Stephen Figgins, Aaron Weber
June 2003
Beginner to intermediate
944 pages
43h 1m
English
O'Reilly Media, Inc.
Content preview from Linux in a Nutshell, Fourth Edition

Name

insmod

Synopsis

                  insmod [options] file [symbol=value 
                  ...]

System administration command. Load the module file into the kernel, changing any symbols that are defined on the command line. If the module file is named file.o or file.mod, the module will be named file.

Options

-e file, --persist= file

Read persistent data from file. If module has no persistent data, this option is ignored. If the file parameter is the null string “”, use default file location.

-f, --force

Force loading of module, even if problems are encountered.

-h, --help

Print help message, then exit.

-k, --autoclean

Mark module to be removed when inactive.

-m, --map

Print a load map to standard output.

-n, --noload

Do everything needed to load file, but do not load it. Used to debug command line.

-o name, --name= name

Name module name instead of using the object file’s name.

-p, --probe

Check to see that the module can be successfully loaded.

-q, --quiet

Don’t print warnings or error messages.

-r, --root

Load modules not owned by the root account. By default these are rejected. This is a security risk.

-s, --syslog

Send messages to syslog instead of standard output.

-v, --verbose

Print additional information about progress of insmod.

-x, --noexport

If module does not explicitly export its own symbol table, do not export modules’ external symbols.

-y, --noksymoops

Do not add symbols used for debugging Oops to ksyms. These are required if the module has persistent data.

-L, --lock

Set a file lock on the module.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Linux in a Nutshell, 6th Edition

Linux in a Nutshell, 6th Edition

Ellen Siever, Stephen Figgins, Robert Love, Arnold Robbins
Linux Device Drivers, Second Edition

Linux Device Drivers, Second Edition

Jonathan Corbet, Alessandro Rubini

Publisher Resources

ISBN: 0596004826