I have a program that needs to be automatically started when I boot a CentOS server.
After the program has been started, I want to be able to SSH into the server and control this program (read its output and send it input).
I have been trying to use Named Pipes for this purpose, but I've not been able to work out how to do so.
How can I accomplish this type of control?