mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 22:59:30 +00:00
Update cheatsheets
This commit is contained in:
@@ -19,12 +19,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- When an unmount fails, try to remount the filesystem read-only:
|
||||
|
||||
`umount --read-only {{path/to/mounted_directory}}`
|
||||
`umount {{[-r|--read-only]}} {{path/to/mounted_directory}}`
|
||||
|
||||
- Recursively unmount each specified directory:
|
||||
|
||||
`umount --recursive {{path/to/mounted_directory}}`
|
||||
`umount {{[-R|--recursive]}} {{path/to/mounted_directory}}`
|
||||
|
||||
- Unmount all mounted filesystems (except the `proc` filesystem):
|
||||
|
||||
`umount -a`
|
||||
`umount {{[-a|--all]}}`
|
||||
|
||||
Reference in New Issue
Block a user