Pregunta

At location A I started a process that will be running on a server over the night. I never disowned this process nor did I use nohup. =\

I am now at location B and I want to keep this process running but I want to kill the shell and logout at location A.

Is it possible to do what I want from location B?

¿Fue útil?

Solución

You can try reptyr. But since neercs is not what you want, which can also grab processes from another shell, maybe reptyr does not help you, too.

Of course, after moving the application to your new shell, you need to kill the old one to logout.

Otros consejos

You can give neercs a shot.

Here's a video showing how it works.

It's supposed to very unstable, though, and isn't packaged in CentOS or Debian-based distributions.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top