2017年11月21日 星期二

查看Linux發行版本和Kernel版本

查看Linux發行版本和Kernel版本

  • 查看Kernel版本
          # uname -a

          # cat /proc/version


  • 查看Linux發行版本(以CentOS 7為例)
       系統裡有可能有3個檔案可以查詢:
[root@main cups]# ls -l /etc/*-release
-rw-r--r--. 1 root root  38 11月 30  2016 /etc/centos-release
-rw-r--r--. 1 root root 393 11月 30  2016 /etc/os-release
lrwxrwxrwx. 1 root root  14  3月  1  2017 /etc/redhat-release -> centos-release
lrwxrwxrwx. 1 root root  14  3月  1  2017 /etc/system-release -> centos-release