On Thu, 25 Mar 2010 17:41:30 +0100
Polytropon wrote:
> and the detach program from the ports collection.
Is there a reason for preferring that over daemon(8) in the base system?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org
> I think what you want - I'm not sure I understood you
> corretly - is a combination of a named pipe created by
> the mkfifo program, and the detach program from the
> ports collection.
Either I don't understand how to use mkfifo or it is not what I want.
mkfifo ppp; cat ppp; cat /dev/urandom |nc
On Thu, 25 Mar 2010 18:29:56 +0200, Eitan Adler
wrote:
> I have a program which reads from stdin. I'd like to be able to close
> the terminal it is running in and interact with it via nc -U.
> How can I create a socket which I attach to the stdin of the program?
I think what you want - I'm not s
I have a program which reads from stdin. I'd like to be able to close
the terminal it is running in and interact with it via nc -U.
How can I create a socket which I attach to the stdin of the program?
___
freebsd-questions@freebsd.org mailing list
http:/