Run wget In Background
wget -bqc http://path-to-url/linux.iso
-b, --background = go to background after startup. -q, --quiet = quiet (no output). -c, --continue = resume getting a partially-downloaded file.
wget -bqc http://path-to-url/linux.iso
-b, --background = go to background after startup. -q, --quiet = quiet (no output). -c, --continue = resume getting a partially-downloaded file.