mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-15 04:50:40 +03:00
2599a6de48
This commit fixes every instance in which the word "folder" is incorrectly used instead of "directory".
12 lines
223 B
Markdown
12 lines
223 B
Markdown
# drutil
|
|
|
|
> Interact with DVD burners.
|
|
|
|
- Eject a disk from the drive:
|
|
|
|
`drutil eject`
|
|
|
|
- Burn a directory as an ISO9660 filesystem onto a DVD. Don't verify and eject when complete:
|
|
|
|
`drutil burn -noverify -eject -iso9660`
|