1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

blkid: add page (#2957)

This commit is contained in:
newtant 2019-05-01 10:08:01 +02:00 committed by Starbeamrainbowlabs
parent f0195f18b5
commit 04a427a9e2

11
pages/linux/blkid.md Normal file
View file

@ -0,0 +1,11 @@
# blkid
> Lists all recognized partitions and their Universally Unique Identifier (UUID).
- List all partitions:
`sudo blkid`
- List all partitions in a table, including current mountpoints:
`sudo blkid -o list`