💻 Software
Linux process to background - relogin - how to bring process back to foreground?
Fresh5 days ago
Mar 15, 202618876 viewsConfidence Score0%
0%
Problem
I start a process, put it in the background running, then log out, then log in again, and want to bring the process to front again. I've looked in "ps aux" for the PID, but it won't be put in the foreground with "fg ###". What's the correct way? (I use the same account for both login sessions.)
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Linux process to background - relogin - how to bring process back to foreground?
Low Risk
The most common way to accomplish this is probably with GNU Screen. Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Basically you will: Make sure is installed. Typi…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix