Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# lsscsi
> List SCSI devices (or hosts) and their attributes.
> More information: <https://manned.org/lspci>.
> More information: <https://manned.org/lsscsi>.
- List all SCSI devices:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
- List all SCSI devices with detailed attributes:
`lsscsi -L`
`lsscsi {{[-L|--list]}}`
- List all SCSI devices with human-readable disk capacity:
`lsscsi -s`
`lsscsi {{[-s|--size]}}`