리눅스 lsmod

(/sbin/lsmod에서 넘어옴)

1 개요[ | ]

lsmod
/sbin/lsmod
  • "list loaded modules"
  • 로드된 모듈 목록

2 실행예시 1[ | ]

[root@localhost01 ~]# 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

3 실행예시 2[ | ]

[root@localhost02 ~]# lsmod
Module                  Size  Used by
ipt_REJECT              2351  2 
nf_conntrack_ipv4       9506  2 
nf_defrag_ipv4          1483  1 nf_conntrack_ipv4
iptable_filter          2793  1 
ip_tables              17831  1 iptable_filter
ip6t_REJECT             4628  2 
nf_conntrack_ipv6       8748  2 
nf_defrag_ipv6         11182  1 nf_conntrack_ipv6
xt_state                1492  4 
nf_conntrack           79357  3 nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state
ip6table_filter         2889  1 
ip6_tables             19458  1 ip6table_filter
ipv6                  321422  17 ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6
xen_netfront           18905  0 
ext4                  363408  2 
mbcache                 8193  1 ext4
jbd2                   90230  1 ext4
xen_blkfront           15495  3 
dm_mirror              14133  0 
dm_region_hash         12085  1 dm_mirror
dm_log                  9930  2 dm_mirror,dm_region_hash
dm_mod                 82839  8 dm_mirror,dm_log

4 실행예시 3[ | ]

root@zetawiki:~# lsmod
Module                  Size  Used by
xt_multiport           12798  1 
iptable_filter         12810  1 
ip_tables              27240  1 iptable_filter
x_tables               34059  3 ip_tables,xt_multiport,iptable_filter
snd_hda_codec_generic    68937  1 
cirrus                 25052  1 
ttm                    85314  1 cirrus
drm_kms_helper         61574  1 cirrus
snd_hda_intel          30469  0 
snd_hda_controller     31056  1 snd_hda_intel
drm                   311018  4 ttm,drm_kms_helper,cirrus
ppdev                  17671  0 
snd_hda_codec         139682  3 snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep              17698  1 snd_hda_codec
snd_pcm               104112  3 snd_hda_codec,snd_hda_intel,snd_hda_controller
syscopyarea            12529  1 cirrus
sysfillrect            12701  1 cirrus
snd_timer              29562  1 snd_pcm
parport_pc             32741  0 
i2c_piix4              22166  0 
serio_raw              13483  0 
snd                    79468  6 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
sysimgblt              12640  1 cirrus
soundcore              15047  2 snd,snd_hda_codec
lp                     17759  0 
pvpanic                12821  0 
parport                42348  3 lp,ppdev,parport_pc
mac_hid                13227  0 
psmouse               106561  0 
pata_acpi              13053  0 
floppy                 69662  0

5 실행예시 4[ | ]

testuser@localhost:~$ lsmod
Module                  Size  Used by
netlink_diag           16384  0
xt_nat                 16384  6
xt_mark                16384  5
xt_limit               16384  1
xt_multiport           16384  1
veth                   24576  0
lzo_rle                16384  4
lzo_decompress         16384  1 lzo_rle
lzo_compress           16384  1 lzo_rle
zram                   24576  1
zsmalloc               24576  1 zram
xt_MASQUERADE          16384  6
xt_addrtype            16384  4
iptable_nat            16384  2
nf_nat                 61440  3 xt_nat,iptable_nat,xt_MASQUERADE
br_netfilter           24576  0
ip6table_filter        16384  1
ip6_tables             28672  1 ip6table_filter
aesni_intel           368640  0
glue_helper            20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
cryptd                 24576  1 crypto_simd
virtio_balloon         24576  0
loadpin_trigger        12288  0

6 같이 보기[ | ]

7 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}