mirror of https://github.com/CrimsonTome/tldr.git
16 lines
236 B
Markdown
16 lines
236 B
Markdown
|
# 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`
|