snippetbashTip
lsscsi — List SCSI devices (or hosts) and their attributes. More information: <https://manned.org/lsscsi>.
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:
lsscsiList 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
lsscsiList 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.