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
What is pipe command in unix?
What is difference between grep and find command in unix?
What is the difference between cat command and more command?
What is the command to compare two files in unix?
What are the general commands in using unix os for a beginner?
Enumerate some of the most commonly used network commands in unix?
What is the use of the tee command?
What are the unix commands?
What are awk commands?
How do I search a whole word in vim?
Which unix command lists files/folders in alphabetical order?
What is ‘ps’ command for?
Describe the zip/unzip command using gzip.
Which command can you use to find the currently running process in unix server?
What is .sh file?