Use the get_module command of linux to get module information
This article mainly introduces the use of linux get_module command to obtain module information, the article is very detailed, has a certain reference value, interested friends must read it!
The get_module command is used to get the details of the Linux kernel module.
When you use the get_module command to get module details, you must make sure that the module has been loaded into the kernel, otherwise it will prompt a "module cannot be found" error.
Syntax format: get_module [module name]
Reference example
Get the specified module information:
[root@linuxcool ~] # get_module ipv6
View the details of the kernel module sr_mod:
[root@linuxcool ~] # get_module sr_mod above is to use the get_module command of linux to get all the module information, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!