linux怎么看系统版本
通用方法查看:
1、uname -a (linux查看版本当前 *** 作系统内核信息)
linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 athlon i386 GNU/linux
2、cat /proc/version (linux查看当前 *** 作系统版本信息)
linux version 2.4.20-8 (bhcompile@porky.devel.redhat.com)(gcc version 3.2.2 20030222 (Red Hat linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003
3、cat /etc/issue
Red Hat Enterprise linux AS release 4 (Nahant Update 8)Kernel /r on an /m
RedHat系列查看:
1、cat /etc/redhat-release
Red Hat Enterprise linux AS release 4 (Nahant Update 8)
2、lsb_release -a
LSB Version: :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarchdistributor ID: RedHatEnterpriseASDescription: Red Hat Enterprise linux AS release 4 (Nahant Update 8)Release: 4Codename: NahantUpdate8
Debian系列查看:
1、cat /etc/debian_version
9.0
2、cat /etc/os-release
PRETTY_name="Debian GNU/linux 9 (stretch)"name="Debian GNU/linux"VERSION_ID="9"VERSION="9 (stretch)"ID=debianHOME_URL="https://www.debian.org/"SUPPORT_URL="https://www.debian.org/support"BUG_REPORT_URL="https://BUGs.debian.org/"
3、hostnamectl
Static hostname: debian Icon name: computer-vm Chassis: vm Machine ID: 6866ec1d654b4a2ea52d591dc0146d82 Boot ID: 51bfbc1e197b4d378e95073da0df0288 Virtualization: xen Operating System: Debian GNU/linux 9 (stretch) Kernel: linux 4.9.0-1-amd64 Architecture: x86-64
推荐:linux系统教程 总结
以上是内存溢出为你收集整理的linux怎么看系统版本全部内容,希望文章能够帮你解决linux怎么看系统版本所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)