You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Client Server application in C. Server can connect 5 clients at a time. Any client can request for system command and server will execute the command and sent it back to client using dup2() system command.