Thread: Zombie process in linux operating systems

  1. #1
    Registered User
    Join Date
    Oct 2016
    Posts
    4

    Zombie process in linux operating systems

    What is the command that we can used to check the status of zombie processes?

  2. #2
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I think it's this:

    Code:
    a@SERVER:~$ ps aux | grep 'Z'
    I haven't used Linux in a long time mind.
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Identifying Operating Systems
    By fredlo2010 in forum C Programming
    Replies: 9
    Last Post: 04-15-2016, 02:15 PM
  2. Let's compare those operating systems (again)
    By Salem in forum General Discussions
    Replies: 30
    Last Post: 06-03-2011, 01:37 AM
  3. Questions on ASM with C++ and Operating Systems and such
    By Blizzarddog in forum Linux Programming
    Replies: 5
    Last Post: 07-25-2004, 12:44 PM
  4. Operating systems written entirely in C/C++???
    By stovellp in forum C++ Programming
    Replies: 14
    Last Post: 01-26-2003, 02:23 AM
  5. Operating systems
    By some kid in forum C++ Programming
    Replies: 1
    Last Post: 06-22-2002, 04:31 AM

Tags for this Thread