Files
cheatsheet-tldr/tldr/linux/lsscsi
2025-04-20 00:20:58 +00:00

22 lines
403 B
Plaintext

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