mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 19:51:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Mount a device to a directory:
|
||||
|
||||
`mount {{[-t|--types]}} {{filesystem_type}} {{path/to/device_file}} {{path/to/target_directory}}`
|
||||
`mount {{path/to/device_file}} {{path/to/target_directory}}`
|
||||
|
||||
- Create a specific directory if it does not exist and mount a device to it:
|
||||
|
||||
@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`mount {{[-t|--types]}} {{iso9660}} {{[-o|--options]}} ro {{/dev/cdrom}} {{/cdrom}}`
|
||||
|
||||
- Mount all the filesystem defined in `/etc/fstab`:
|
||||
- Mount all the filesystems defined in `/etc/fstab`:
|
||||
|
||||
`mount {{[-a|--all]}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user