R
Richard J. Otter
I'm a bit confused with the differences between Unix and Window regarding
background processes. Even the term "background process" is ill-defined.
Is it possible to start a process in a command shell that continues to run
after the command shell is closed and also after the user is logged out? I
understand that I could install a service and start it, but can an ordinary
process also run? I guess one could start the process with the scheduler,
but this seems like a back-door approach.
In UNIX, I believe there are the "screen" and "nohup" utilities to
accomplish this.
Thanks for any information pointers-
Richard
background processes. Even the term "background process" is ill-defined.
Is it possible to start a process in a command shell that continues to run
after the command shell is closed and also after the user is logged out? I
understand that I could install a service and start it, but can an ordinary
process also run? I guess one could start the process with the scheduler,
but this seems like a back-door approach.
In UNIX, I believe there are the "screen" and "nohup" utilities to
accomplish this.
Thanks for any information pointers-
Richard