Tagged Questions
1
vote
1answer
221 views
Is it possible to customise the prompt to show the if there are any background jobs?
Is it possible to customise the bash prompt to show the if there are any background jobs? I find it easy to forget that there are background jobs.
Say if the prompt was...
$
Is there a way to ...
3
votes
0answers
73 views
any way to un-disown / re-attach an interactive process to the tty? [duplicate]
Possible Duplicate:
How can I disown a running process and associate it to a new screen shell?
In bash is there an opposite of disown, that is, to re-attach a process I've accidentally ...
2
votes
3answers
672 views
Where do background jobs go?
From gnome-terminal I know the ability to suspend a job with C-z, and then send it to the background. When I close the terminal the process does not end. Where is the job being managed from, or is it ...