Linux笔记

1. 查看系统设备信息

lspci : list all PCI devices。列出计算机pci信息

2. 刷新yum源

yum clean all

yum make cache

3. 查看系统无线设备

iw : show / manipulate wireless devices and their configuration。展示无线设备以及他们的配置

4. 查看系统信息

uname - print system information。打印系统信息

-a : 打印所有信息

-s : 打印内核名称

-r : 打印内核发布版本

原文地址:https://www.cnblogs.com/wlzjdm/p/7064139.html