Membuat file ISO di Ubuntu 20.04: Difference between revisions
Created page with "Under Linux, you can create an ISO image from a folder using a command line argument with the Mkisofs utility. You can use Mkisofs to automatically backup the data with the option to exclude some individual files if necessary. It supports wildcards as well. The basic syntax of the command is: mkisofs -o [filename.iso] [ directory_path] <code>-o</code> defines the file name of the ISO you want to create followed by the directory you want to backup or store an ISO file...." |
No edit summary |
||
| Line 11: | Line 11: | ||
==Source== | ==Source== | ||
*[https://vitux.com/how-to-create-an-iso-file-in-ubuntu/ vitux.com] | *[https://vitux.com/how-to-create-an-iso-file-in-ubuntu/ vitux.com] | ||
[[Category:Linux]] | |||
[[Category:Ubuntu]] | |||
[[Category:Tutorial]] | |||