1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:22:09 +02:00
tldr/pages/linux/lsscsi.md
2021-08-16 12:34:01 +02:00

16 lines
284 B
Markdown

# 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`