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

Answers were Sorted based on User's Feedback



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

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

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

Answer / supreetha

kill -9
--> sends termination signal to the process

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Shell Script Interview Questions

What is bourne shell scripting?

0 Answers  


Can you write a script to portray how set –x works?

0 Answers  


Why is a script important?

0 Answers  


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.

0 Answers  


What is the difference between break and continue commands?

0 Answers  


HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?

3 Answers   Patni,


Determine the output of the following command: [ -z “” ] && echo 0 || echo 1

0 Answers  


What does $@ mean bash?

0 Answers  


How do you know which shell I am using?

0 Answers  


What is the use of break command?

0 Answers  


How to know that your remote server is ruing smoothly or not in unix?

1 Answers  


How do I open the shell in cmd?

0 Answers  


Categories