Newer
Older
minerva / Base / usr / share / man / man8 / umount.md
@minerva minerva on 13 Jul 329 bytes Initial commit
## 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)](help://man/8/mount)