mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
edit command for 'list information about NIC'
should use lspci instead of lsscsi
This commit is contained in:
parent
c05d867f88
commit
8f3874d158
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user