💻 Software
Leave bash script running on remote terminal while not logged in?
Fresh5 days ago
Mar 15, 20263461 viewsConfidence Score0%
0%
Problem
I have a bash script that takes several hours to run. While it's running, I would like to do other things, which may involve logging out or disconnecting from the internet (my script runs network tests on various computers). I understand that there is a command that would allow me to run my tests f…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Leave bash script running on remote terminal while not logged in?
Low Risk
The command you are looking for is . There is also , which is for when you want to leave something running but come back and reattach interactively later. is simpler if a command expects no user input after launch, and is better if you want to be ab…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix