前端之家收集整理的这篇文章主要介绍了
linux – 如何查找已编译内核模块的版本?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我处于这样一种情况:通过
查询加载的模块或.ko
文件来查找加载的内核模块的版本非常方便.
有没有一种标准的方法可以在不深入研究源代码的情况下完成这项工作?
$apropos modinfo
modinfo (8) - display information about a kernel module
$modinfo cpuid.ko
filename: cpuid.ko
author: H. Peter Anvin <hpa@zytor.com>
description: x86 generic cpuID driver
license: GPL
vermagic: 2.6.37 SMP preempt mod_unload PENTIUM4 gcc-4.4.5
depends:
原文链接:https://www.f2er.com/linux/394855.html