moduleunreg
卸载一个模块。
格式
moduleunreg <kernel module handle>
说明
[root@sylixos:/root]# help moduleunreg
unregister a kernel module from system [DANGER! Not Safety].
moduleunreg [kernel module handle]
[root@sylixos:/root]#
此命令用来卸载一个模块。
样例
注: modules
命令的作用是显示所有的内核模块与进程动态链接库信息。
[root@sylixos:/lib/modules/drivers]# modules
NAME HANDLE TYPE GLB BASE SIZE SYMCNT
------------------------- ---------------- ------ --- ---------------- -------- ------
VPROC: kernel pid: 0 TOTAL MEM: 57344
+ xinput.ko 27900eb0 KERNEL YES 4f484000 22f0 1
+ xsiipc.ko 2790bcf0 KERNEL YES 4f48a000 6e40 14
+ xtimer.ko 2790bfa0 KERNEL YES 4f480000 ac0 6
total modules: 3
[root@sylixos:/lib/modules/drivers]# moduleunreg 2790bcfo
hello_module exit!
module /lib/modules/interruptK.ko unregister ok.