{{Header}}
{{#seo:
|description=kernel modules
}}
{{title|title=
kernel modules
}}
{{intro|
kernel modules
}}

= Compare Loaded Kernel Modules =
To <code>compare the loaded kernel modules</code> or <code>diff the kernel modules</code> is the short form of saying running [https://github.com/Kicksecure/helper-scripts/blob/master/usr/bin/lsmod-deterministic <code>lsmod-deterministic</code>] ([https://github.com/Kicksecure/helper-scripts/blob/master/man/lsmod-deterministic.8.ronn manual page]) twice and comparing its output.

== {{project_name_short}} ==

<code>lsmod-deterministic</code> is provided by the [https://github.com/Kicksecure/helper-scripts/blob/master/usr/bin/lsmod-deterministic <code>helper-scripts</code>] package and installed by default in {{project_name_short}}.

{{CodeSelect|code=
lsmod-deterministic
}}

== Debian ==
<code>lsmod-deterministic</code> can be easily used on Debian by downloading the script and making it executable. Or by running the following command.

{{CodeSelect|code=
lsmod {{!}} tail -n +2 {{!}} cut -d ' ' -f 1 {{!}} sort
}}

= References =
{{reflist|close=1}}
{{Footer}}
[[Category:Documentation]]