I have a previously running process (process1.sh) that is running in the background with a PID of 1111 (or some other arbitrary number). How could I send something like command option1 option2
to that process with a PID of 1111?
I don't want to start a new process1.sh!
See Question&Answers more detail:os