Hi,

Le lundi 13 nov. 2017 à 15:22:46 (+0530), Mounika Maddula a écrit :
> But I notice that even screen sessions are getting terminated automatically.
> When I try attaching to last screen session using 'screen -r', I get message
> saying 'no screen sessions found'. Can you please let me know what could
> possibly be the issue?

How do you start those processes? If you launch the command `screen
/usr/local/bin/mycommand`, it will close once it's done. You can either run
screen, then the command in it, or use the "zombie" parameter for screen, so
that it won't close windows once processes are done.


_______________________________________________
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to