Linux command
kmod 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List
kmod list
Example
kmod static-nodes
说明
kmod is the central utility for managing Linux kernel modules. It provides a unified interface that is typically accessed through symbolic links with more familiar names. The following commands are symlinks to kmod: - lsmod - List loaded modules - insmod - Insert module - rmmod - Remove module - modprobe - Load module with dependencies - modinfo - Display module information - depmod - Generate module dependencies
参数
- list
- List currently loaded kernel modules (like lsmod)
- static-nodes
- Display static device nodes provided by kernel modules
FAQ
What is the kmod command used for?
kmod is the central utility for managing Linux kernel modules. It provides a unified interface that is typically accessed through symbolic links with more familiar names. The following commands are symlinks to kmod: - lsmod - List loaded modules - insmod - Insert module - rmmod - Remove module - modprobe - Load module with dependencies - modinfo - Display module information - depmod - Generate module dependencies
How do I run a basic kmod example?
Run `kmod list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does list do in kmod?
List currently loaded kernel modules (like lsmod)