mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
403 B
Plaintext
22 lines
403 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/lsscsi>.
|
|
|
|
- List all SCSI devices:
|
|
|
|
`lsscsi`
|
|
|
|
- List all SCSI devices with detailed attributes:
|
|
|
|
`lsscsi {{[-L|--list]}}`
|
|
|
|
- List all SCSI devices with human-readable disk capacity:
|
|
|
|
`lsscsi {{[-s|--size]}}`
|