2 Comments

  1. Hey,

    I’ve just had a hell of a lot of trouble trying to make this LiveUSB. I’ve had to use the command line since yum isn’t working atm and I can’t fetch the software.

    I used dd but with the if= param, if I just used Fedora.iso, then it failed. When I used a ./ in front of that, it worked.

    So can you tell me what the ./ does when using dd?

    Thanks in advance for the tips!

    1. ./ means under the current directory. Many programs recognize the direct file name without ./, such as ‘ls Fedora.iso’. Seems dd requires that the ./ should be explicitly added if the file is in current directory.

Leave a Reply

Your email address will not be published. Required fields are marked *