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 / venkat

Zombie :
This is the dead process. We can not kill this directly this
process. Since zombie is the child process created by some
parent process.
so sometimes parent process will leave it for future
process. So need to send SIGCHILD signal to parent process
to kill zombie.

command:

" kill -s SIGCHLD <ppid> " ; ppid --> parent process id.

From this way we can kill zombie processes.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do nslookup?

1075


What is iptables command in linux?

1114


What is the difference between kill and kill in linux?

1363


What does grep command do?

1076


What is the symbol of linux?

1140


What is clang llvm?

1045


What is $@ in shell?

1004


Which command is used to compare the files?

1049


Enlist some linux to file content commands?

1130


What is pwd in linux command?

1282


How do I create a .txt file?

1017


What does in makefile do?

1064


What is ulimit in linux?

1075


What will happen when a system call is encountered in a user program?

2096


How many types of dos commands are there?

1187