Files
cheatsheet-tldr/tldr/linux/lsscsi

22 lines
376 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/lspci>.
- List all SCSI devices:
`lsscsi`
- List all SCSI devices with detailed attributes:
`lsscsi -L`
- List all SCSI devices with human-readable disk capacity:
`lsscsi -s`