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
What are the dos commands?
What is command statement?
Name the unix command to find how many days the server has been up.
Why is it called a shebang?
What is used to type command?
Explain command to display different lines that are found when compare two files?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do I find previous commands in unix?
What difference between cmp and diff commands?
What is the size of time_t?
What is unix command line?
What does the command '$ls | wc –l > file1' do?
What is merge command in unix?
Why is shebang used?