1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 08:55:33 +02:00

lsscsi.md: add page (#1811)

This commit is contained in:
Starbeamrainbowlabs 2017-12-19 12:04:37 +00:00 committed by GitHub
commit 905b1a67e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`