mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 05:50:05 +00:00
Update cheatsheets
This commit is contained in:
21
linux/lsscsi
Normal file
21
linux/lsscsi
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lsscsi
|
||||
|
||||
> List SCSI devices (or hosts) and their attributes.
|
||||
> More information: <https://manned.org/lspci>.
|
||||
|
||||
- List all SCSI devices:
|
||||
|
||||
`lsscsi`
|
||||
|
||||
- List all SCSI devices with detailed attributes:
|
||||
|
||||
`lsscsi -L`
|
||||
|
||||
- List all SCSI devices with human-readable disk capacity:
|
||||
|
||||
`lsscsi -s`
|
||||
Reference in New Issue
Block a user