1 Answer
- Newest
- Most votes
- Most comments
1
Try this, after you start the process:
- ctrl+ z
- bg
- disown -h or disown -a Basically running the process as background.
There are options tmux, nohup, screen, byobu. PS: I am a beginner and I got this info after a bit of googling. I hope it helps. Please ignore if it doesn't or if you know this already
answered 4 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago

Will try it out thanks !
Alternatively, use "&" to disconnect the process from the login session.
'nohup yourprocess &'