Applying the multiple file extension convention (#965)
- Xref- https://github.com/tldr-pages/tldr/issues/478
This commit is contained in:

committed by
Leandro Ostera

parent
87540fec49
commit
47dc50bd02
@@ -6,9 +6,9 @@
|
||||
|
||||
`mount`
|
||||
|
||||
- Mount a device:
|
||||
- Mount a device to a directory:
|
||||
|
||||
`mount -t {{filesystem_type}} {{path_to_device_file}} {{directory_to_mount_to}}`
|
||||
`mount -t {{filesystem_type}} {{path/to/device_file}} {{path/to/target_directory}}`
|
||||
|
||||
- Mount a CD-ROM device (with the filetype ISO9660) to /cdrom (readonly):
|
||||
|
||||
|
Reference in New Issue
Block a user