CVE-2026-43284
CVE-2026-43284
File Explorer
- CVE-2026-43284.c
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
rmmod
View Details ▼
rmmod
Remove modules from the Linux kernel.
See also: `kmod`.
sudo rmmod {{module_name}}
Remove a module from the kernel:
sudo rmmod --verbose {{module_name}}
Remove a module from the kernel and display verbose information:
sudo rmmod --syslog {{module_name}}
Remove a module from the kernel and send errors to syslog instead of `stderr`:
// repository documentation
Was this content helpful?
(0 ratings)
