Unix sockets basic client/server example
Daniel Perelman
The problem# When writing confirm-module, my original design did the communication over a Unix socket. I spent a while trying to figure out how to implement a very simple client/server program that could send a query to a Unix socket and wait for a response as a shell script using socat and could...