1
0
Fork 0
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:
Marty Penner 2014-02-27 16:05:48 -05:00
parent 294da03f40
commit 627b9d5694

View file

@ -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}}`