linux - is it possible "transfer" a running application to another terminal/user? -


all,

i sshed linux server run appliction in termial on pc, pc needs reboot reason. , application still in running status.

may know possible open terminal ssh on pc "transparency transfer" running application new opened terminal? thanks!

and know nohup cmd & , may not suit case.

thanks hint.

b. rgs

give tmux try. similar screen added features vertical split without unofficial patches, etc. default better imo.

i use instance run irssi, rtorrent etc dont have quit them when dropping console x or switching window manager. also, when used console (no x running), tmux (like screen) lets use multiple terminal instances in single vt/tty.

hence particular scenario, install tmux in server, ssh, run tmux , app. when want reboot local pc, detach tmux session c-b d (default keybinding tmux) , reboot. once again, ssh , attach session tmux attach -d


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -