Operating-System Linux查看系统信息 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 # debian 版本信息 cat /etc/debian_version 12.10 # 内核信息 uname -r 6.1.0-32-amd64 # 查看cpu信息 ls cpu # 查看内存 free -h # 查看磁盘 df -h 使用neofetch查看系统信息1 2 3 apt install neofetch neofetch