# kmod ```text usage: kmod [-h] [-l PATH] [module_name] ``` Displays the loaded Linux kernel modules. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |module_name|A module name substring to filter for| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-l|--load|the path of the module to load|