1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00

lsscsi.md: add page

This commit is contained in:
Max Xu 2017-12-17 21:24:07 +08:00 committed by GitHub
parent fbc2483c6b
commit 8acf658b24
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`