Skip to content

Commit 3a6bfb7

Browse files
Merge branch 'tldr-pages:main' into link-fix
2 parents 92534e3 + bee5dbe commit 3a6bfb7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pages/linux/umount.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@
2323
- Unmount all mounted filesystems (except the `proc` filesystem):
2424

2525
`sudo umount {{[-a|--all]}}`
26+
27+
- Detach a filesystem from the filesystem hierarchy and unmount it as soon as there are no references to it:
28+
29+
`sudo umount {{[-l|--lazy]}} {{path/to/mounted_directory}}`

0 commit comments

Comments
 (0)