...
- On the command prompt, type screen.
- Run the desired program.
- Use the key sequence Ctrl-a + Ctrl-d to detach from the screen session.
- Reattach to the screen session by typing screen -r.
- Once finished with the session exit as per usual.
To find the session ID list the current running screen sessions with:
...