2016年11月6日 星期日

電腦 Linux 發行版與版本

查詢 Linux 發行版
ls -l /etc/*-release
cat /etc/redhat-release
cat /etc/os-release
cat /etc/lsb-release

使用 lsb_release 指令查詢
lsb_release 是一個用來查詢 Linux 發行版資訊的指令,但是並不是每一種 Linux 發行版預設都會安裝這個指令:
lsb_release -a


查詢 Linux 核心版本
uname -a
cat /proc/version


查詢 Linux 發行版與版本

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。