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
Explain the steps that a shell follows while processing a command.
Which command is used to kill the last background job?
What is awk good for?
What are reported commands?
What are the unix commands?
Explain ‘library functions’ with respect to unix commands?
Which unix command lists files/folders in alphabetical order?
What are some command words?
Which unix command to make a new directory?
What are file commands?
What is awk used for?
Name the general commands in using unix os for a beginner?
What does #!/ Bin sh do?
How do I search for text in vi?
Explain how to use grep command to list find the records of a file containing 10 different strings?