ssh - How do I detach python script run from Pycharm so it keeps appending to files? -
i working on remote system , use pycharm remote window edit , run scripts.
i login using
ssh -y myname@mymachine then run pycharm terminal.
i want run scripts pycharm in such way, if close (and perhaps logout ssh session), processes still run.
i have tried exit pycharm using option "detach without terminating process". results in python process showing on list of:
ps -all however, stops writing file. when pycharm open process writes file every few seconds. when detached pycharm shows on list of processes (after logout , login again shows in ps -x unknown tty), stops working in sense no longer appends output files should.
what can causing it? how can fix this?
Comments
Post a Comment