Tagged Questions
0
votes
2answers
164 views
the relationship between terminal and the process
Mostly, if I closed the current terminal, the sub_process are also closed. Of course, if I use suspend the process and use `bg JobID wakeup it, the process is divided with the terminal and run in ...
2
votes
3answers
1k views
Bring nohup job to foreground
Consider the following nohup execution:
nohup script.sh > script.out &
Is there a way to log off the terminal, reconnect, bring the process back to foreground and interact with it using the ...