LKM:Linux内核模块

在计算机领域,“Linux Kernel Module”通常被缩写为“LKM”,这一简称便于快速书写和日常使用。该术语广泛应用在操作系统及内核开发等多个综合领域,尤其在讨论Linux系统扩展功能时频繁出现。其中文含义为“Linux内核模块”,指的是能够动态加载到Linux内核中以增强其功能的代码单元。

Linux Kernel Module具体释义

  • 英文缩写:LKM
  • 英语全称:Linux Kernel Module
  • 中文意思:Linux内核模块
  • 中文拼音:nèi hé mó kuài
  • 相关领域lkm 未分类的

Linux Kernel Module的英文发音

例句

  1. This way, an administrator can simply pick the security module he wants to use and insert it like any other Linux kernel module.
  2. 这样,管理员可以简单地选出他想要使用的安全模块,并像其他Linux内核模块(LKM)一样将其插入。
  3. Device mapper : the Linux kernel module
  4. 设备映射器(Devicemapper):Linux内核模块(LKM)
  5. Implementation of IGMP Snooping Based on Linux Kernel Module(LKM)
  6. 基于LINUX内核模块在工业级AP上实现
  7. The driver program is designed as a Linux kernel module.
  8. 驱动程序的设计以可加载模块方式实现在Linux的内核中。
  9. Intrusion detection system based on program behavior analysis finished in LKM ( linux kernel module ). It intercept and captures the system calls by the modification of interrupt vector tables and program behavior profile composed of short sequences of system call is formed.
  10. 基于程序行为分析的入侵检测系统采用了LKM(linux内核模块)技术来实现,它通过修改中断向量表来截获系统调用,生成由短系统调用序列串构成的程序行为库。