
rmmod
List of commands for rmmod:
-
rmmod:ai:cdc73 This command is used to unload a module from the Linux kernel.$ rmmodtry on your machineexplain this command
-
rmmod:tldr:dcc68 rmmod: Remove a module from the kernel and display verbose information.$ sudo rmmod --verbose ${module_name}try on your machineexplain this command
-
rmmod:tldr:ec6f3 rmmod: Remove a module from the kernel and send errors to syslog instead of standard error.$ sudo rmmod --syslog ${module_name}try on your machineexplain this command
-
rmmod:tldr:eceea rmmod: Remove a module from the kernel.$ sudo rmmod ${module_name}try on your machineexplain this command