mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 06:04:59 +00:00
24 lines
328 B
Markdown
24 lines
328 B
Markdown
## Name
|
|
|
|
lsblk - list connected storage devices
|
|
|
|
## Synopsis
|
|
|
|
```**sh
|
|
$ lsblk
|
|
```
|
|
|
|
## Description
|
|
|
|
lsblk is a utility for displaying information about storage devices in the system.
|
|
It shows a brief list of these devices.
|
|
|
|
## Files
|
|
|
|
* `/sys/devices/storage` - source of the storage devices list.
|
|
|
|
## Examples
|
|
|
|
```sh
|
|
$ lsblk
|
|
```
|