How do I display information about kernel modules on redhat?



  • Also see: How do I list kernel modules on redhat?

    Use lsmod to see which modules are loaded.

    Display information about the xfs module.

    $ modinfo xfs
    filename:       /lib/modules/4.18.0-80.4.2.el8_0.x86_64/kernel/fs/xfs/xfs.ko.xz
    license:        GPL
    description:    SGI XFS with ACLs, security attributes, no debug enabled
    author:         Silicon Graphics, Inc.
    alias:          fs-xfs
    rhelversion:    8.0
    srcversion:     13469E84457BD3D7F85AD9A
    depends:        libcrc32c
    intree:         Y
    name:           xfs
    ...
    ...
    ...
    

Log in to reply
 

© Lightnetics 2024