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

In UNIX, what is the command to kill a process?

Answer Posted / vinod b

kill -9 uses SIGKILL signal which should not be used
because its forcible killing ,it cant be blocked or cached .

kill -15 PID will be suitable .else use killall pid as
explained in an earlier ans. kill -15 is a Termination
signal(SIGTERM)

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does 'mkdir' command do in UNIX?

1368


What do know about tee command?

1220


Explain how to use grep command to list find the records of a file containing 10 different strings?

1124


What does find command return in unix?

1200


How do I find previous commands in unix?

1245


What does touch command do in unix?

1476


What does sed command do in unix?

1246


What is awk command used for?

1327


What is the command to find hidden files in the current directory?

1235


What is {} in find command?

1154


What is the behavioural difference between cmp and diff commands?

1340


Why is awk called awk?

1136


What does grep v do?

1098


What is the use of the tee command?

1151


What is in grep command?

1212