...
The following commands can help to identify you the versions of your Linux distribution, your kernel, and the kernel modules provided by Charon-SSP:
- Version of your Linux distribution:
$ cat /etc/<distribution>-release
for example:$ cat /etc/rocky-release
- Version of the running kernel:
$ uname -r
- 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 | ||||
---|---|---|---|---|
|
...