1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 15:15:08 +00:00
serenity/Base/usr/share/man/man8/umount.md
2021-07-03 09:08:25 +02:00

26 lines
322 B
Markdown

## Name
umount - unmount file system
## Synopsis
```**sh
$ umount <mountpoint>
```
## Arguments
* `mountpoint`: File system path to unmount
## Description
`umount` run as root unmounts a file system mounted at specified `mountpoint`.
## Examples
```sh
# umount /
```
## See also
* [`mount`(8)](../man8/mount.md)