Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a headless server that i want to use to download bittorrent files. The problem is that as soon as i disconnect, the connection is terminated, and the download stops. I want to be able to keep the session running and to connect whenever i fell like it and check the progress and/or stop the download.
Look into an application called "screen". Basically it keeps a persistant shell running that you can connect and disconnect whenever you feel like it.....
So, for example...
SSH into linux box
start 'screen'
start your bittorrent download (or whatever)
disconnect from 'screen' (but don't end the screen session)
disconnect from linux box ssh session
...
GO LIVE YOUR LIFE
...
SSH into linux box
reconnect to existing screen session.
you're back in business.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.