Lsmod

lsmod es un comando de los sistemas Linux. Muestra los módulos cargables en el kernel que están cargados actualmente.

Un ejemplo abreviado de su salida:

# lsmod
Module                  Size  Used by
af_packet              27392  2 
8139too                30592  0 
snd_cs46xx             96872  3 
snd_pcm_oss            55808  1 
snd_mixer_oss          21760  2 snd_pcm_oss
ip6table_filter         7424  1 
ip6_tables             19728  1 ip6table_filter
ipv6                  290404  22 
xfs                   568384  4 
sis900                 18052  5 
libata                169920  1 pata_sis
scsi_mod              158316  3 usb_storage,sd_mod,libata
usbcore               155312  6 ohci_hcd, usb_storage, usbhid

"Module" se refiere al nombre del módulo. "Size" indica el tamaño del módulo (no la memoria que utiliza).[1]​ "Used by" muestra el contador de uso de cada módulo y una lista de los módulos referenciados. La lista de "Used by" a veces está incompleta.[2]​ Si el módulo controla su propia descarga a través de una rutina can_unload, entonces el contador de uso que muestra lsmod siempre es -1, independientemente del uso real.

Véase también

  • modprobe

Referencias

  1. «Kernel Module Utilities». Archivado desde el original el 11 de septiembre de 2016. Consultado el 31 Jan 2013. 
  2. user502515. «Re: How to get complete dependency list of kernel modules at runtime». Stack Overflow. Consultado el 11 de octubre de 2012. 

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.