mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:55:33 +02:00
lsscsi.md: add page (#1811)
This commit is contained in:
commit
905b1a67e8
1 changed files with 15 additions and 0 deletions
15
pages/linux/lsscsi.md
Normal file
15
pages/linux/lsscsi.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# lsscsi
|
||||
|
||||
> List SCSI devices (or hosts) and their attributes.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue