Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 46 lignes de commande disponibles
login as: root
root@213.186.33.18's password:
Last login: Sun Aug 1 8:12:40 2010 from 38.107.191.100
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Rmmod en anglais

RMMOD(8) Linux Module Support RMMOD(8)
 
NAME


rmmod - unload loadable modules
 
SYNOPSIS


rmmod [ -aehrsvV ] module ...
 
DESCRIPTION


rmmod unloads loadable modules from the running kernel. rmmod tries to unload a set of modules from the kernel, with the restriction that they are not in use and that they are not referred to by other modules. If more than one module is named on the command line, the modules will be removed in the given order. This supports unloading of stacked modules. With the option '-r', a recursive removal of modules will be attempted. This means that if a top module in a stack is named on the command line, all modules that are used by this module will be removed as well, if possible.
 
OPTIONS


-a, --all Do autoclean: tag unused modules as "to be cleaned", and also remove already tagged modules. Modules stay tagged if they stay unused since previous autoclean. These two passes avoid removing transiently unused modules. -e, --persist Save persistent data for the named modules, without unloading any modules. If no module names are specified then data is saved for all modules that have persistent data. Data is only saved if both the kernel and modutils support persistent data and /proc/ksyms contains an entry __insmod_modulename_Ppersistent_filename -h, --help Display a summary of options and immediately exit. -r, --stacks Remove a module stack. -s, --syslog Output everything to syslog(3) instead of the terminal. -v, --verbose Be verbose. -V, --version Print the version of modutils.
 
PERSISTENT DATA


If a module contains persistent data (see insmod(8) and modules.conf(5)) then removing the module always writes the persistent data to the filename in the __insmod _P symbol entry. You can also save the persistent data at any time by rmmod -e, this will not unload any modules. When the persistent data is written to file, it is preceded by a generated comment line, #% kernel_version timestamp Generated comment lines start with '#%', all generated comments are stripped from the existing file, other comments are preserved. The saved data values are written to the file, preserving the existing order of comments and assignments. New values are added at the end of the file. If the file contains values that do not exist in the module then these values are preserved but are preceded by a generated comment warning that they are not being used. The latter operation allows a user to switch between kernels without losing persistent data and without getting any error messages. Note: Comments are only supported when the first non-space character on a line is '#'. Any non-blank lines that do not start with '#' are module options, one per line. The option lines have leading spaces removed, the remainder of the line is passed to insmod as an option, including any trailing characters.
 
SEE ALSO


insmod(8), lsmod(8), ksyms(8), modprobe(8).
 
BUGS


rmmod [-V | --version] should display version information and then exit immediately. Instead, it prints the version information and behaves as if no options were given. Although the fix for this bug is trivial, it changes the behaviour of modutils. Given the large number of distributions and scripts that run modutils and expect the current behaviour, any change of behaviour is unacceptable in 2.4. Don't bother sending patches for this bug, it will not be fixed in 2.4, it should be fixed in 2.5.
 
HISTORY


Module support was first conceived by Anonymous Initial Linux version by Bas Laarhoven Version 0.99.14 by Jon Tombs Extended by Bjorn Ekwall Updated for 2.1.17 by Richard Henderson Updated for 2.2.2 by by Bjorn Ekwall Updated for modutils 2.3.20 by by Keith Owens Persistent data for modutils 2.3.22 by by Keith Owens Linux February 12, 2003 RMMOD(8)


 Dernières recherches
Man  en anglais Man rmmod en anglaisMan  en français Man rmmod en français
Man  en anglais Man nanosleep en anglaisMan  en français Man nanosleep en français
Man  en anglais Man losetup en anglaisMan  en français Man losetup en français
Man  en anglais Man mandb en anglaisMan  en français Man mandb en français
Man  en anglais Man ferror en anglaisMan  en français Man ferror en français
Man  en anglais Man sem_init en anglaisMan  en français Man sem_init en français
Man  en anglais Man sched_get_priority_max en anglaisMan  en français Man sched_get_priority_max en français
Man  en anglais Man su en anglaisMan  en français Man su en français
Man  en anglais Man unsetenv en anglaisMan  en français Man unsetenv en français
Man  en anglais Man sync en anglaisMan  en français Man sync en français
Man  en anglais Man truncate en anglaisMan  en français Man truncate en français
Man  en anglais Man execlp en anglaisMan  en français Man execlp en français
Man  en anglais Man tcgetattr en anglaisMan  en français Man tcgetattr en français
Man  en anglais Man fgetgrent en anglaisMan  en français Man fgetgrent en français
Man  en anglais Man qmgr en anglaisMan  en français Man qmgr en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher