1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 19:15:29 +02:00
tldr/pages/linux/lsscsi.md

17 lines
311 B
Markdown
Raw Normal View History

2017-12-17 21:24:07 +08:00
# lsscsi
> List SCSI devices (or hosts) and their attributes.
> More information: <https://manned.org/lsscsi>.
2017-12-17 21:24:07 +08:00
- List all SCSI devices:
`lsscsi`
- List all SCSI devices with detailed attributes:
`lsscsi {{[-L|--list]}}`
2017-12-17 21:24:07 +08:00
- List all SCSI devices with human-readable disk capacity:
2017-12-17 21:24:07 +08:00
`lsscsi {{[-s|--size]}}`