home *** CD-ROM | disk | FTP | other *** search
/ Login Magazine 68 / LoginMagazineNo68.bin / modules / rmmod.txt < prev   
Text File  |  1999-11-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. RMMOD(1)               Linux Module Support              RMMOD(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        rmmod - unload loadable modules
  9.  
  10. SSYYNNOOPPSSIISS
  11.        rrmmmmoodd [ -as ] module ...
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        RRmmmmoodd unloads loadable modules from the running kernel.
  15.  
  16.        RRmmmmoodd  tries  to  unload a set of modules from the kernel,
  17.        with the restriction that they are not  in  use  and  that
  18.        they are not referred to by other modules.
  19.  
  20.        If  more than one module is named on the command line, the
  21.        modules will be  removed  simultansously.   This  supports
  22.        unloading of stacked modules.
  23.  
  24.    OOPPTTIIOONNSS
  25.        _-_a     Remove all unused modules.
  26.  
  27.        _-_s     Output  everything to ssyysslloogg(3) instead of the ter-
  28.               minal.
  29.  
  30. SSEEEE AALLSSOO
  31.        insmod(1), lsmod(1), ksyms(1), modules(2)
  32.  
  33. HHIISSTTOORRYY
  34.        Module support was first concieved by Anonymous
  35.        Initial Linux version by Bas Laarhoven <bas@vimec.nl>
  36.        Version 0.99.14 by Jon Tombs <jon@gtex02.us.es>
  37.        Extended by Bjorn Ekwall <bj0rn@blox.se>
  38.        Updated for 2.1.17 by Richard Henderson <rth@tamu.edu>
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Linux                      26 Dec 1996                          1
  65.  
  66.  
  67.