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...


A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?



A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?..

Answer / lokesh210

I think it will work.
U can kill all the process except one as below,
set a=`ps -ef|grep -c "XYZ"`
ps -ef|grep "XYZ"|head -`expr $a - 1`|xargs kill -9


To kill all the instances of that process
ps -ef|grep "XYZ"|xargs kill -9

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Unix General Interview Questions

What are the layers of unix operating system?

0 Answers  


Does mac use unix?

0 Answers  


What is unix full form?

0 Answers  


What is $path in unix?

0 Answers  


What is unix and its features?

0 Answers  


Explain the different types of pathnames that are used in unix.

0 Answers  


What is the use of grep and egrep in unix?

0 Answers  


I have one flat file,in this file how many columns are there i don't know,but one ename column is there , just i want to cut the surname, so how to cut the surname, any one know the answer please guide me ? ename ----- tapan kumar nayak bala murugan kutal chkrobarthy biswo My output is like that OUTPUT ------ nayak murugan chakrobarthy biswo

0 Answers   Cap Gemini,


What does sort do in unix?

0 Answers  


Name two paging states for a page in memory?

0 Answers  


How do I show only directories in unix?

0 Answers  


What is the role of the kernel in unix?

0 Answers  


Categories