How Do I Query Kernel Information?
You can perform the following steps to query the kernel information:
- Log in to the ECS.
- Run the following command to view the kernel version.

- Run the following commands to check the kernel version when the driver is installed:
Ubuntu: find /lib/modules -name nvidia.ko
CentOS: find /usr/lib/modules -name nvidia.ko

- Run the following command to query the GCC version:
- Run the following command to check the kernel-devel version:
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.