tldr/pages/linux/lsscsi.md

16 lines
236 B
Markdown
Raw Normal View History

2017-12-17 13:24:07 +00:00
# lsscsi
> List SCSI devices (or hosts) and their attributes.
- 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`