Originally Posted by Konstandinos
Hi,
Is there any way to re-attach a deamonised process to the foreground?
Cheers,
K.
assumed you entered
find / >/tmp/qqq &
this is a background proc
entering ^Z (i mean ctrl Z) you are able to (not stop, but) halt it
now the cmd 'fg' will bring it in foreground
read man pages for your shell |