Linux Command Cheat Sheet/Show block device UUIDs

Display filesystem type and UUID labels.

Section: System Information and Hardware

Show block device UUIDs

bash
bash
sudo blkid
Explanation

Often used when preparing `/etc/fstab` entries.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing System Information and Hardware
Print working directory
Show the current absolute path.
OpenIn sheetbash1 tag match
List directory contents
List files and directories.
OpenIn sheetbash1 tag match
Copy files recursively
Copy files or directories.
OpenIn sheetbash1 tag match
Move or rename file
Move or rename a file or directory.
OpenIn sheetbash1 tag match
Show directory tree
Display a recursive tree of files and directories.
OpenIn sheetbash1 tag match
Remove file
Delete a file.
OpenIn sheetbash1 tag match