The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
zombie1. A process that has died but has not yet relinquished its process table slot (because the parent process hasn't executed a wait(2) for it yet). These can be seen in ps(1) listings occasionally. From Linux Guide @FirstLinux Source:
2. Computers that are 'owned' by hackers for the purpose of directing them against other victims. A typical example would be a DDoS attack, where the zombie machine are directed to flood a victim. The legitimate users of the zombies may not be aware that their computer has been controlled by the hacker. If the computer is used to launch a damaging attack, the legitimate user may be investigated or held legally responsible. Controversy: Dave Dittrich, the person who has done the most research into DDoS zombies, hates the word "zombie". From Hacking-Lexicon Source:
3. n. [Unix] A process that has died but has not yet relinquished its process table slot (because the parent process hasn't executed a wait(2) for it yet). These can be seen in ps(1) listings occasionally. Compare orphan. From Jargon Dictionary Source:
|
|
|