I want to implement a Unix daemon (let me have it myUnixd) and I want the user to be able to interact with this daemon through the command line, for example:
myUnixd --help
So my question is: how can I communicate with the demon? I was thinking about Unix domain sockets. Can someone tell me the correct way to do this?
Thanks.
c command-line unix daemon inter-process-communicat
funnyCoder
source share