mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 03:15:24 +02:00
common/umount: add Dutch translation (#17048)
This commit is contained in:
parent
3ccf267538
commit
ec1cda5f54
1 changed files with 17 additions and 0 deletions
17
pages.nl/common/umount.md
Normal file
17
pages.nl/common/umount.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# umount
|
||||||
|
|
||||||
|
> Koppel een bestandssysteem los vanuit het mount-punt, waardoor het niet langer toegankelijk is.
|
||||||
|
> Een bestandssysteem kan niet losgekoppeld worden als het bezig is.
|
||||||
|
> Meer informatie: <https://man.openbsd.org/umount>.
|
||||||
|
|
||||||
|
- Koppel een bestandssysteem los door het pad op te geven van de bron waarop het gemount is:
|
||||||
|
|
||||||
|
`umount {{pad/naar/apparaat_bestand}}`
|
||||||
|
|
||||||
|
- Koppel een bestandssysteem los door het pad op te geven waarop het gemount is:
|
||||||
|
|
||||||
|
`umount {{pad/naar/gemounte_map}}`
|
||||||
|
|
||||||
|
- Koppel alle gemounte bestandssystemen los (behalve het `proc` bestandssysteem):
|
||||||
|
|
||||||
|
`umount -a`
|
Loading…
Add table
Reference in a new issue