which command is used to stop a running process in unix?
Answer Posted / c sivakumar. kumarsiva46@yaho
First of all i like to appreciate all the three Answerers
for theire initivative to have answered the question.
However the answers are not complete. In this first two
cases the command does not stop the process but kills it,
which means to restart the process we have to re-execute
the script. In the 3rd case the command stops only that
process which is activelly running in our terminal this
command can not be used to stop a process which is running
elsewhere. I know the answer to above question. But i
would like you guys to research over this and find out.
Please contact me for further queries.
Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the use of tee command?
Does cp command overwrite files?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
how to sort the content of the file based on numeric values
What is the command to find maximum memory taking process on the server?
Who wrote grep?
What is updatedb?
How do I run a bash script?
How do I clear my terminal history?
What is unix command line?
What are reported commands?
Explain ‘system calls’ with respect to unix commands?
What is “chmod” command?
What is the use of awk command in unix?
How does shebang work?