pr: Add lslbk disk listing command (#24)

* add lsblk disk listing command

* fix lsblk placeholder labels

* fix fat32 volume labels

* doc lsblk command

* add lsblk to help

* doc lsblk usage
This commit is contained in:
zeyad
2026-05-11 22:59:31 +06:00
committed by GitHub
parent a01a34b7f2
commit ed5f10eb7d
6 changed files with 481 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ Below are some of the most used commands available in `/bin`:
| `rm` | Remove a file. |
| `mkdir` | Create a new directory. |
| `man` | View the manual for a specific command (e.g., `man ls`). |
| `lsblk` | List block devices and partitions with size, type, filesystem, label, and flags. |
| `sysfetch` | Display system and hardware information. |