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 will the following command do?
What does the command ' $who | sort –logfile > newfile' do?
Why is awk called awk?
How do I clear my terminal history?
What is the pipe command?
How do I find previous commands in unix?
What is the use of egrep command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the use of awk command in unix?
What are the differences among a system call, a library function, and a unix command?
What is the use of tee command?
What does sed command do in unix?
Explain ‘system calls’ with respect to unix commands?
Describe the usage and functionality of the command rm –r * in unix?
What is awk command used for?