Answer Posted / dilipsimha
kill -9 <pid>
this is for force killing
kill <pid>
just try to kill
killall <pname>
this is to kill all instances of a process with name pname
killall -9 <pname>
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Why is awk called awk?
What is .sh file?
What is command statement?
Differentiate cmp command from diff command.
What does the command ' $who | sort –logfile > newfile' do?
Name the general commands in using unix os for a beginner?
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)?
What are the dos commands?
What is used to type command?
What does grep v do?
What do chgrp command do?
Is command prompt unix?
Differentiate cat command from more command.
Enlist some filename manipulation commands in unix.
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?