Thanks for the tip. However, nohup does not seem to be working with co-processes. In other words:
%>ksh
%>ksh
%>nohup [my_program] |&
[1] some_process_#
%>exit
%>kill -9 some_process_#
kill: some_process_#: no such process
Also sending a co-processor to a descriptor for later reference in...
Does anyone know how to keep a coprocess opened via "|&" alive after the "parent" session under which the coproces was opened ends?
I am trying to have a co-process running to which I could submit commands / jobs and from which I could get the results of those commands /...
Does anyone have a script / utility that can be run on the server to print the Unix directory tree with all subdirs, files, ownerships and permissions?
thanks
Boris Belous
bbelous@hotmail.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.