How to attach to a nohup process?
Fresh3 days ago
Mar 15, 202630203 viewsConfidence Score0%
0%
Problem
If I start a process with nohup: then how can I see it again? I mean how to attach my terminal to it again under Linux, e.g.: Ubuntu 11.04 - just like with the package.
Error Output
nohup WHATEVER &
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to attach to a nohup process?
Low Risk
What do you want to do with it? As other poster has said, screen is better, you can attach/reattach. does not disconnect from terminal, it makes your app ignore SIGHUP, and (usually) redirects stdout/stderr. Run in your terminal. It may just be a ba…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix