LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to querry my running download (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-querry-my-running-download-4175475469/)

rpmacaspac 09-01-2013 10:49 AM

how to querry my running download
 
i want to check my download querry but i accidentally closed the download window. is there any way to retrieve window or can i see it in terminal?

ButterflyMelissa 09-01-2013 11:01 AM

run a ps -A to see if the process is still active, next run top to see what it does (if it still downloads) and then do a netstat -anpt to see if it's connected, to finisch off, an iftop could be nice too...
Or else, just repeat the download...

Luck, and, next time, watch what you click :)

Thor

LarryLQ 09-01-2013 07:14 PM

This is for firefox, if you close the Downloads windows, you can bring it back by clicking Tools > Downloads

shivaa 09-01-2013 11:38 PM

Quote:

Originally Posted by LarryLQ (Post 5019985)
This is for firefox, if you close the Downloads windows, you can bring it back by clicking Tools > Downloads

Additionaly, you can launch a new firefox window and then press CTRL+J to open download window.

ButterflyMelissa 09-02-2013 04:20 AM

...provided it's FF the OP uses...of course :)

Habitual 09-02-2013 08:19 AM

terminal >
lsof | grep ".iso"


All times are GMT -5. The time now is 05:50 PM.