Question

I have a long running process that currently logs output to stderr, and I'm just starting it up and leaving it running on the server within a gnu screen session on the server, which I just detach when I logout of the server and reattach after I log in, if I want to see what the process is doing.

Are there any drawbacks to running a long-running process this way?

Was it helpful?

Solution

Screen is designed for this. So no, there are no real drawbacks this way.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top