Create ISO file from a Directory on Linux

From WikiMLT

The last com­mand was us­ing for a cre­at­ing an ISO im­age from a di­rec­to­ry is:

mkisofs -J -allow-lowercase -R -V "ID/Label of the ISO image" -iso-level 4 -o file.iso source_directory/

Ref­er­ences: