Which command is used to unload a single module currently loaded by the kernel without unloading any modules that it depends upon? (Specify the command with or without path information)



Answer: rmmod/sbin/rmmod

題解

「rmmod」指令可以指定核心模組的名稱來移除它。「modprobe」指令雖然可以用來增減核心模組,但它會根據「/lib/modules/kernel-version/modules.dep」檔案來維持模組相依性。