Linux 硬件信息查看几个命令

  1. lspci
    https://yq.aliyun.com/articles/653209?utm_content=m_1000018739

  2. lshw
    https://www.linux-man.cn/command/lshw

  3. dmesg
    https://www.cnblogs.com/zhaoxuguang/p/7810651.html

  4. dmidecode
    https://www.cnblogs.com/pzk7788/p/10314436.html
    https://ipcmen.com/dmidecode

常用命令

sudo lshw -short -c network # 查看网卡信息
sudo lshw -c display # 显卡
lspci | grep -i 'Audio' # 声卡
free -mh # 查看当前内存使用情况

猜你喜欢

转载自blog.csdn.net/weixin_43833642/article/details/107557474
今日推荐