|
发表于 2004-12-29 21:25:32
|
显示全部楼层
可以试试这个程序。我抽空帮大家编译一下。
QUOTE
Can I run CTorrent as a background process? 2004-02-01 07:39:16 Yes, the best way to do this is by using the GNU "screen" program. Screen is a program which creates a virtual shell which allows you to deattach from it and then at a later time return and resume it. The programs run inside this virtual shell will not stop or suspend itself even if you dettach. Most unix and linuxs systems have screen already, but if you don't, get it from http://www.gnu.org/software/screen/.We strongly recommend reading the manual for this program, but here is a quick reference for the impatient: screen ctorrent myfile.torrentWill start a new screen session with ctorrent. Hit CTRL-A and then D to deattach from this session, it should get you back to your normal shell. To resume the screen again, type: screen -xIf you have multiple screens running, you need to specify which screen session you want to resume. To list all, type screen -listAnd to resume one of them, use the syntax: screen -r pid.tty.hostpid.tty.host is printed for each screen session by "screen -list". There are LOTS of things you can do with screen, please refer to the manual for more details. |
|