tldr/pages/osx/drutil.md
Marco Bonelli 2599a6de48 Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
2019-02-13 20:51:04 +05:30

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`