Skip to content

kmod ¤

Displays information about loaded kernel modules. This command retrieves the list of kernel modules from the modules symbol and displays information about each module. It can filter modules by a substring of their names if provided.

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(description="Displays the loaded Linux kernel modules.")

kmod ¤

kmod(module_name=None) -> None