How do you stop a running process?

Answer Posted / sridhar

kill -0(or 9) pid
ex:
kill -9 1234 ( get this pid using ps -ef | grep
processname ")

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does find command return in unix?

598


What is unix command line?

612


How do you grep recursively?

559


What is in grep command?

652


What is rmdir command?

556






Is ‘du’ a command? If so, what is its use?

639


How do you grep a case insensitive?

545


What is the comma to show the space allocation of files?

562


Write a command to kill the last background job?

622


How do I clear my terminal history?

588


What command will change your prompt to myprompt?

709


How do I run a whois command?

606


What difference between cmp and diff commands?

729


Which command is used to find whether the system is 32 bit or 64 bit?

633


Differentiate cmp command from diff command.

592