Thread: Netstat and ps commands for client/server socket programming

  1. #1
    Registered User
    Join Date
    Feb 2013
    Posts
    20

    Netstat and ps commands for client/server socket programming

    Hi...
    i made client server program with fork ,without using signal handler
    because i want to see the stutus zombie for parent server,but when i excute "ps" command i didn't see anything for server or client pid or ppid ,i wonder about how to show the server and client process coz when i excute commad "ps" i saw only ps and bash processes???

  2. #2
    Registered User
    Join Date
    May 2012
    Posts
    1,066
    Try "ps -A" to see all running processes.

    Bye, Andreas

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple c++ socket server game needs client
    By bakri in forum C++ Programming
    Replies: 2
    Last Post: 05-28-2012, 08:27 AM
  2. Socket ( server client Get pid )
    By Syd in forum C Programming
    Replies: 0
    Last Post: 02-15-2011, 08:00 AM
  3. Replies: 2
    Last Post: 06-30-2010, 06:52 PM
  4. C-Windows-Socket-(Client/Server)
    By EyesOnly in forum Networking/Device Communication
    Replies: 3
    Last Post: 08-06-2009, 11:12 AM
  5. Code for Client/Server Socket
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 01-15-2002, 09:30 AM

Tags for this Thread