rmmod:tldr:7c0e2
rmmod: Display version.
$ rmmod --version
try on your machine
The command rmmod --version is used to display the version number of the rmmod command, which is a Linux command used to remove (unload) a kernel module from the running kernel.
When the --version option is used with rmmod, it displays the version information of the rmmod command itself, rather than the version of the kernel. This can be helpful to determine the version of the rmmod command and check if it matches the expected version or if any updates are needed.
By running rmmod --version, you will see the version number of the rmmod command.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.