FG
💻 Software

Keep a program running after closing a console, after the program has started

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

Problem

Possible Duplicate: How do I detach a process from Terminal, entirely? I've a program running in a Unix console on a remote Unix computer. I (stupidly) didn't run it using , and now I need to close the local console. Is there any way to have it keep running remotely after closing the local console?

Error Output

nohup &

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Keep a program running after closing a console, after the program has started

Low Risk

If your shell is , they you can use . Ctrl-Z to suspend the process, then to make it not receive SIGHUP.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment