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
Name the unix command to find how many days the server has been up.
What is the unix command to confirm a remote host is alive or not?
What is the use of the tee command?
What does touch command do in unix?
What is the comma to display different lines that are found when compare two files?
What are the general commands in using unix os for a beginner?
How many unix commands are there?
What difference between cmp and diff commands?
Which command is used to find whether the system is 32 bit or 64 bit?
Enlist some filename manipulation commands in unix.
What happens when we execute a unix command?
What do chgrp command do?
What does find command return in unix?
How does the system know where one command ends and another begins?
What is the first character of the output in ls l command?