TcpComm TCP/IP Server and Client Program on Ubuntu Linux. How to compile for server $ gcc -o server tcpip10.c How to compile for client & gcc -o client tcpip11.c Run the server ./server 9190 Run the client ./client 127.0.0.1 9190