The purpose of this project is to code a data exchange program in the form of a client and server The client must send the string passed as a parameter to the server, Once the string has been received, the server must print it. Using only 2 UNIX signals (SIGUSR1 & SIGUSR2) to communicate between the two processes, in this project u will learn how to use/handle system signals using signal(), sigaction() and kill()....