delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

Is there any way to re-attach a deamonised process to the foreground?
Cheers,
K.


Hi,
Is there any way to re-attach a deamonised process to the foreground?
Cheers,
K.
Author Hot threads

TOP


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

TOP

Daemonized process is such a process that gave up its controlling terminal. It got a "stepfather" - the init process (PID=1). I think, it is not possible to bring it to my terminal I am working with.
If I send a process into the background, it is still connected to my terminal and can be brought in foreground as says gugach.
Correct me if I am wrong.
Regards zlutovsky  



Is there any way to re-attach a deamonised process to the foreground?
Cheers,
K.

TOP

Back Forum