Linux查各种

1.查系统版本

1. CentOS

cat /etc/system-release

2. Ubuntu

cat /etc/lsb-release

3. Manjaro

cat /etc/lsb-release

4. Deepin

cat /etc/lsb-release
Linux查各种_第1张图片

2. 查内存(所有release使用相同命令)

free -h

3. 查CPU型号(所有release使用相同命令)

cat /proc/cpuinfo

4. 查MAC地址(所有release使用相同命令,前提是安装 net-tools)

ifconfig | grep ether

5. 查系统安装日期(所有版本相同,部分系统需要使用sudo才能使用命令)

passwd -S daemon

你可能感兴趣的:(Linux查各种)