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

Name the unix command to find how many days the server has been up.

849


What is the unix command to confirm a remote host is alive or not?

782


What is the use of the tee command?

802


What does touch command do in unix?

956


What is the comma to display different lines that are found when compare two files?

783






What are the general commands in using unix os for a beginner?

792


How many unix commands are there?

805


What difference between cmp and diff commands?

936


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

810


Enlist some filename manipulation commands in unix.

739


What happens when we execute a unix command?

786


What do chgrp command do?

811


What does find command return in unix?

829


How does the system know where one command ends and another begins?

1841


What is the first character of the output in ls l command?

850