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

what does "kill -9" and "kill -1" do

Answer Posted / jitesh varshney

Kill -9
===> send sure kill signal to process..
but, remember it can't kill all processes
eg: init process
run : kill -9 1 [it can't effect]

Kill -1
===> send signal hangup to process..

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the first line in a shell script?

1167


Is shell a part of kernel?

1115


What is the way to do multilevel if-else's in shell scripting?

1348


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

2521


Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.

1323


What are the advantages of shell scripting?

1092


What does echo $0 do?

1022


Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?

2202


What language is bash written in?

1035


What are the different types of variables used in shell script?

1139


How do I start a shell script?

1286


How can you find out how long the system has been running?

940


What is wc in shell script?

1023


How do you find out What is your shell?

1098


How to print pid of the current shell?

1039