lsscsi.md: add page (#1811)

This commit is contained in:
Starbeamrainbowlabs
2017-12-19 12:04:37 +00:00
committed by GitHub

15
pages/linux/lsscsi.md Normal file
View File

@@ -0,0 +1,15 @@
# 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`