[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] RESULT = 5



its the returned status of the pipe that is closed using pclose

which closes a pipe. when the server is booted, it opens a pipe to it, and
when it closes it close that pipe.

here's more than you want to know:

http://www.unixguide.net/unix/programming/1.10.shtml


-felix