直接在rtorrent里面写screen rtorrent 无法完成启动 有两个原因
首先 screen会报
"Must be connected to a terminal"
这个可以通过加-m参数解决
其次 这样启动的rtorrent不能正确的载入rtorrent.rc 需要用-o参数指定。
完整的命令为
[bash]screen -d -m /usr/local/bin/rtorrent -n -o import=/root/.rtorrent.rc &[/bash]
直接在rtorrent里面写screen rtorrent 无法完成启动 有两个原因
首先 screen会报
"Must be connected to a terminal"
这个可以通过加-m参数解决
其次 这样启动的rtorrent不能正确的载入rtorrent.rc 需要用-o参数指定。
完整的命令为
[bash]screen -d -m /usr/local/bin/rtorrent -n -o import=/root/.rtorrent.rc &[/bash]