Skip to content

Commit bee5dbe

Browse files
authored
umount: add lazy example (#23738)
1 parent 7a446a1 commit bee5dbe

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)