Thread: Question about running a process remotely
i'm trying run long running process remotely through ssh. , need process continue running after log off.
when run ssh, process exits when close ssh window.
help.
run in screen or tmux window.
then ctrl+b d (that is, first ctrl+b d alone) detach tmux. can log out system, , tmux still running our process in it. reattach itcode:sudo apt-get install tmux tmux yourlongcommand
code:tmux attach
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Question about running a process remotely
Ubuntu
Comments
Post a Comment