mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00

* aurvote: add Chinese translation * balooctl: add Chinese translation * beep: add Chinese translation * betterlockscreen: add Chinese translation * binwalk: add Chinese translation * binwise: add Chinese translation * blkdiscard: add Chinese translation * blkid: add Chinese translation * bluetoothctl: add Chinese translation * bluetoothd: add Chinese translation * bmon: add Chinese translation * bpftrace: add Chinese translation * bpytop: add Chinese translation * brctl: add Chinese translation * brew: add Chinese translation * commit suggestion
12 lines
243 B
Markdown
12 lines
243 B
Markdown
# blkid
|
|
|
|
> 列出所有已识别的分区及其通用唯一标识符 (UUID)。
|
|
> 更多信息:<https://manned.org/blkid>.
|
|
|
|
- 列出所有分区:
|
|
|
|
`sudo blkid`
|
|
|
|
- 列出表中的所有分区,包括当前挂载点:
|
|
|
|
`sudo blkid -o list`
|