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?
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 search a whole word in vim?
How do I use grep to find a file?
What does the md command do?
What do chmod, chown, chgrp commands do?
Which command is used to delete all files in the current directory and all its sub-directories?
Which unix command lists files/folders in alphabetical order?
What is the difference between awk and grep?
Can you explain a little bit about command substitution?
What does pipe () return?
What is used to type command?
What is s and g in sed command?
Using unix command how to display no of records in oracle?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?