HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lsscsi — List SCSI devices (or hosts) and their attributes. More information: <https://manned.org/lsscsi>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddevicesandclihostslsscsiscsilist
linux

Problem

How to use the lsscsi command: List SCSI devices (or hosts) and their attributes. More information: <https://manned.org/lsscsi>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/lsscsi

Revisions (0)

No revisions yet.