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:
parent
1dbd32488f
commit
a660040806
3 changed files with 95 additions and 0 deletions
24
Base/usr/share/man/man8/lsblk.md
Normal file
24
Base/usr/share/man/man8/lsblk.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue