Update README.md

This commit is contained in:
onceupon
2018-02-07 18:24:07 +08:00
committed by GitHub
parent 3e87339464
commit c839834f35

View File

@ -2217,11 +2217,11 @@ killall pulseaudio
```bash ```bash
sudo dmidecode -t memory sudo dmidecode -t memory
``` ```
##### lists information about SCSI devices ##### List information about SCSI devices
```bash ```bash
lsscsi lsscsi
``` ```
##### lists information about NIC ##### List information about NIC
```bash ```bash
lsscsi|grep -i 'ethernet' lsscsi|grep -i 'ethernet'
``` ```