Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I want to kill zombie process, but with using kill 9 i
cannot kill that process? can u tell other commands?

Answer Posted / kapil agrawal

I don't believe you can kill zombie process with `kill -9
<pid>`. Zombie process are considered dead. And, you will
have to kill the parent process of the zombie process to
kill the zombie.
use ps -ef| grep "Z" command and ppid of Z process

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about communication features in UNIX?

1146


Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?

1043


What are linux commands?

1084


What is s in permission linux?

1136


What is clang llvm?

1045


How do I check if my cpu is overclocked?

1091


What are the commands used in command prompt?

1049


What is $@ in shell?

1004


How do I check my cpu cores?

1058


What is the syntax of mkdir?

1175


How do you kill a process in linux?

1206


What could possibly be the problem when a command that was issued gave a different result from the last time it was used?

1001


What does cd – command do?

1067


What are grep commands?

1107


What is grep command in linux with examples?

1104