Making an ISO with Linux

The command is simple:

This is for specific directories:


mkisofs -o /tmp/cd.iso /tmp/directory/ 

This is for the same directory location:


mkisofs -o ./cd.iso ./directory