Linux boot media need not be tricky! In today's episode, I'll talk about four ways to flash an ISO from Windows (and other systems too). I know a lot of you are switching to Linux because of Micros...
Right, I just meant that you can’t sudo cat file > /dev/sda but you can sudo dd ..., because IO redirection isn’t elevated to root with sudo. I’m not saying anything too profound :)
Yep that’s right, but I use fdisk to check my drives before writing on them and it also requires sudo…
Right, I just meant that you can’t
sudo cat file > /dev/sda
but you cansudo dd ...
, because IO redirection isn’t elevated to root with sudo. I’m not saying anything too profound :)Oh right, my bad x) I agree, it’s a little bit akward to use su then cat everytime.