Is there a way to "reopen" a process that is running?
I accidentally closed my terminal window and it was running a openvpn. Is there a way to bring that process back to the focus of the terminal?
I've tried fg
and jobs
but since it is a program I don't believe those commands apply.
screen
andtmux
. And you'll need to start them in advance; they don't help to bring back your closed openvpn (but they can bring back the next one). – dirkt Jun 11 '21 at 16:26