FG
💻 Software

What happens to running processes when I lose a remote connection to a *nix box?

Fresh5 days ago
Mar 15, 20269243 views
Confidence Score0%
0%

Problem

I occasionally lose my remote SSH connection to my VPS. I use for long-running processes, but am wondering what happens to the processes I had running aside from those run within a session if I lose the connection to the box. When I re-establish a connection to the box, what happened to the bash an…

Error Output

screen

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What happens to running processes when I lose a remote connection to a *nix box?

Low Risk

Normally the processes will terminate upon disconnection, but the old SSH sessions could either be waiting to timeout, or they could have hung upon exit, due to a race condition. You should probably terminate the old sessions, although you don't nec…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment