diff --git a/README.md b/README.md index 4fb62e1..aab250e 100644 --- a/README.md +++ b/README.md @@ -1967,7 +1967,7 @@ lsblk -io KNAME,TYPE,MODEL,VENDOR,SIZE,ROTA ``` ##### List information about NIC ```bash -lsscsi|grep -i 'ethernet' +lspci | egrep -i --color 'network|ethernet' ``` ##### Found out power status of the server ```bash