美文网首页
硬件维护

硬件维护

作者: NamasAmitabha | 来源:发表于2024-04-11 18:12 被阅读0次
lspci command : List all PCI devices.
lshw command : List all hardware.
dmidecode command : List all hardware data from BIOS.
ifconfig command : Outdated network config utility.
ip command : Recommended new network config utility.

lspci | egrep -i --color 'network|ethernet'

lshw -class network

ip link show

$ cat /proc/net/dev
dmesg|grep eth
ifconfig -a

https://www.cyberciti.biz/faq/bash-shell-command-to-find-get-ip-address/

相关文章

网友评论

      本文标题:硬件维护

      本文链接:https://www.haomeiwen.com/subject/koemzxtx.html