From cf28a2868e54ecf31ffca0dca766752104fbdd42 Mon Sep 17 00:00:00 2001 From: zeyadhost Date: Mon, 11 May 2026 19:48:23 +0300 Subject: [PATCH] doc lsblk command --- docs/usage/terminal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/terminal.md b/docs/usage/terminal.md index 2a6b0a5..4b806c2 100644 --- a/docs/usage/terminal.md +++ b/docs/usage/terminal.md @@ -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. |