Linux笔记
Posted wlzjdm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 : 打印内核发布版本
以上是关于Linux笔记的主要内容,如果未能解决你的问题,请参考以下文章