edit command for 'list information about NIC'

should use lspci instead of lsscsi
This commit is contained in:
onceupon 2018-11-02 14:41:40 +08:00 committed by GitHub
parent c05d867f88
commit 8f3874d158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1967,7 +1967,7 @@ lsblk -io KNAME,TYPE,MODEL,VENDOR,SIZE,ROTA
``` ```
##### List information about NIC ##### List information about NIC
```bash ```bash
lsscsi|grep -i 'ethernet' lspci | egrep -i --color 'network|ethernet'
``` ```
##### Found out power status of the server ##### Found out power status of the server
```bash ```bash