Home  >  Article  >  Operation and Maintenance  >  How to check version in linux

How to check version in linux

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-12-07 15:17:106449browse

How to check version in linux

Log in to the Linux server and execute the lsb_release-a command to view all version information.

How to check version in linux

Log in to linux and execute cat /etc/issue (remember to leave a space after cat) to see the version information. The execution effects of the two methods are shown in the figure below:

How to check version in linux

Log in to Linux and enter cat /proc/version in the terminal.

How to check version in linux

Log in to Linux and enter uname -a in the terminal to list the Linux kernel version number.

How to check version in linux

Enter unmae -a in the Linux terminal to view the Linux kernel version number. The execution effects of the three methods are shown in the figure below.

How to check version in linux

lsb_release -a (applicable to all Linux, including Redhat, SuSE, Debian and other distributions, but lsb must be installed under Debian).

How to check version in linux

PHP Chinese website has a large number of free Linux introductory tutorials, everyone is welcome to learn!

The above is the detailed content of How to check version in linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to save Linux filesNext article:How to save Linux files

Related articles

See more