Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following commands can help to identify you the versions of your Linux distribution, your kernel, and the kernel modules provided by Charon-SSP:

  1. Version of your Linux distribution:

    $ cat /etc/<distribution>-release
    for example:
    $ cat /etc/rocky-release

  2. Version of the running kernel:

    $ uname -r

  3. Version of a specific kernel module:

    $ modinfo <kernel-module-name> | grep version
    for example:
    $ modinfo /opt/charon-ssp/ssp-4u/mmu/mmu_kapi-9.4.ko |grep version


Include Page
KBCOMMON:KB-GoToTop
KBCOMMON:KB-GoToTop

...