mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 14:41:39 +00:00
22 lines
376 B
Plaintext
22 lines
376 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# lsscsi
|
|
|
|
> List SCSI devices (or hosts) and their attributes.
|
|
> More information: <https://manned.org/lspci>.
|
|
|
|
- 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`
|