mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:42:09 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
16 lines
311 B
Markdown
16 lines
311 B
Markdown
# 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]}}`
|