commands.sh

lsscsi

linux

List SCSI devices (or hosts) and their attributes.

More info →

Options (2)

-L, --listboolean

List all SCSI devices with detailed attributes

Example: lsscsi {{[-L|--list]}}
-s, --sizeboolean

List all SCSI devices with human-readable disk capacity

Example: lsscsi {{[-s|--size]}}

Examples (3)

List all SCSI devices

List all SCSI devices with detailed attributes

lsscsi [-L|--list]

List all SCSI devices with human-readable disk capacity

lsscsi [-s|--size]
made by @shridhargupta | data from tldr-pages