mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Command for generating an UUID
This commit is contained in:
parent
00403b5101
commit
f02230af71
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user