uname:tldr:c1f03
uname: Print kernel name, kernel release and kernel version.
$ uname --kernel-name --kernel-release --kernel-version
try on your machine
The command "uname --kernel-name --kernel-release --kernel-version" in the UNIX/Linux operating systems is used to obtain information about the operating system kernel.
- "uname" is a command-line utility that stands for "Unix name" and is used to retrieve various system information.
- "--kernel-name" is an option that specifies the kernel name or the operating system name. It displays the name of the operating system kernel.
- "--kernel-release" is an option that specifies the kernel release. It displays the version or release number of the operating system kernel.
- "--kernel-version" is an option that specifies the kernel version. It displays the complete version of the operating system kernel, including any additional details or patch versions.
By combining these options with the "uname" command, you can retrieve the specific information related to the operating system kernel, such as its name, release, and complete version number.
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.