Get your Linux version:
$ neofetch
or
$ lsb_release -a
or
$ cat /etc/os-release
or
$ cat /etc/issue
or
$ cat /proc/version
or
$ hostnamectl
or
$ uname -r
另外,亦可用此命令得到更多資訊
$ uname -a
- Kernel Name
- Network node hostname
- Kernal Release
- Kernal Version
- Machine Hardware name
- Processor type
- Hardware platform
- Operating System
Machine Hardware name 指出系統是跑 32 位元 (“i686” 或 “i386”) 還是跑 64 位元 (“x86_64”)。
另外 Processor type 和 Hardware platform 皆有可能為 32 位元或是 64 位元。
也可以只要列出 Machine Hardware name
$ uname -m
另外還有幾個類似 uname -m 的指令為
$ arch
$ lscpu
$ file /sbin/init
如果得到的是 /sbin/init: symbolic link to /lib/systemd/systemd
那就改下
$ file /lib/systemd/systemd
source: How to check os version in Linux command line
#linux #ubuntu #fedora #mint #opensuse