From 38bf06f78ba28c4ba2e8685322029344a0fb2600 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Thu, 15 May 2025 00:58:57 +1000 Subject: [PATCH] . --- htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md b/htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md index db4d1d4..cce86ad 100644 --- a/htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md +++ b/htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md @@ -61,4 +61,12 @@ sudo hdparm -Tt /dev/nvme1n1p2 ``` - ![image desc](../../images/WelloffHighlevelAlpinegoat.webp) \ No newline at end of file + ![image desc](../../images/WelloffHighlevelAlpinegoat.webp) + +### lshw +>Display all disks and storage controllers in the system. + +``` +lshw -class disk -class storage +``` + -- 2.34.1