
mkisofs
List of commands for mkisofs:
-
mkisofs:tldr:5b122 mkisofs: Set the disc label when creating an ISO.$ mkisofs -o ${filename-iso} -V "${label_name}" ${path-to-source_directory}try on your machineexplain this command
-
mkisofs:tldr:8b7ac mkisofs: Create an ISO from a directory.$ mkisofs -o ${filename-iso} ${path-to-source_directory}try on your machineexplain this command