Process-Managemnet-Module server-client-lincom 1-> Open the terminal 2-> Then compile server2.c file using g++ file name [option] 3-> Then run the executable file with ./a.out port number 4-> Then again open another terminal and compile client2.c file same way as you compiled the server2.c file 5-> Then run the executable file with ./a.out server's ip address port number 6-> then enter the linux command you want to run in server side