Command for generating an UUID

This commit is contained in:
bonnie 2019-11-04 23:01:14 +08:00
parent 00403b5101
commit f02230af71

View File

@ -2112,6 +2112,11 @@ sg_map -i -x|grep SEAGATE|wc -l
blkid /dev/sdb blkid /dev/sdb
``` ```
##### Generate an UUID
```bash
uuidgen
```
##### Print detail of all hard disks ##### Print detail of all hard disks
```bash ```bash
lsblk -io KNAME,TYPE,MODEL,VENDOR,SIZE,ROTA lsblk -io KNAME,TYPE,MODEL,VENDOR,SIZE,ROTA