查看系统信息

1.输入"uname -a ",可显示电脑以及操作系统的相关信息。 

need-to-insert-img

2

输入"cat /proc/version",说明正在运行的内核版本。

need-to-insert-img

3

输入"cat /etc/issue", 显示的是发行版本信息

need-to-insert-img

4

lsb_release -a (适用于所有的linux,包括Redhat、SuSE、Debian等发行版,但是在debian下要安装lsb)

你可能感兴趣的:(查看系统信息)