From 8f3874d158eaf7d82d1e10369f0bba4ad81bed10 Mon Sep 17 00:00:00 2001 From: onceupon Date: Fri, 2 Nov 2018 14:41:40 +0800 Subject: [PATCH] edit command for 'list information about NIC' should use lspci instead of lsscsi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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