mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 07:18:29 +01:00
Ensure the CD-mounting example description tells the user it will mount readonly
This commit is contained in:
parent
294da03f40
commit
627b9d5694
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
`mount -t {{filesystem_type}} {{path_to_device_file}} {{directory_to_mount_to}}`
|
||||
|
||||
- Mount a CD-ROM device (with the filetype ISO9660) to /cdrom
|
||||
- Mount a CD-ROM device (with the filetype ISO9660) to /cdrom (readonly)
|
||||
|
||||
`mount -t {{iso9660}} -o ro {{/dev/cdrom}} {{/cdrom}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue