Re: background task to wget Fedora 18

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/15/2013 07:55 AM, Chris Adams issued this missive:
Once upon a time, Robert Moskowitz <rgm@xxxxxxxxxxxxxxx> said:
Well the new release is out, and I am away at IEEE 802 wireless meeting
across the continent from my server.

Normally when I am fetching a new distro, I am local and VNC into my
server (over SSH), open a terminal window and start the wget.  At any
time I can reopen a VNC connection and see how the download(s) is
doing.

Check out "screen".  It is a terminal multiplexer that supports detach
and re-attach ("control-A d" detaches and "screen -r" re-attaches).

screen is your friend! I use it a LOT! I'm with Chris in thinking it's
the best solution to your problem. You can launch it detached by using:

	screen -d -m "wget ...."

That will create a screen session, run the wget in it and detach your
console. Later, you can "screen -r" to reattach to that session and you
can watch its progress. "ctrl-a d" in the screen window would detach
again and let it run in the background.

Alternately, just run "screen". In the subsequent window, run your
wget command, and hit "ctrl-a d" to detatch from the screen session.
The rest of the commands I mention above are still valid.

Once you reattach and see that the wget is done, just "exit" to
terminate the screen session. Easy peasy.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ricks@xxxxxxxxxxxxxx -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-           Fear is finding a ".vbs" script in your Inbox            -
----------------------------------------------------------------------
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux