1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:38:12 +00:00

Userland: Introduce the lsblk utility to show list of storage devices

This commit is contained in:
Liav A 2022-06-10 10:05:39 +03:00 committed by Andreas Kling
parent 1dbd32488f
commit a660040806
3 changed files with 95 additions and 0 deletions

View file

@ -0,0 +1,24 @@
## 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
```