which command is used to stop a running process in unix?
Answer Posted / hitz
Kill -20 pid
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between awk and grep?
How do I search for text in vi?
What is pipe command in unix?
Explain the steps that a shell follows while processing a command.
What is a command and examples?
Differentiate cmp command from diff 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 clear my terminal history?
What is the command to find maximum memory taking process on the server?
how to sort the content of the file based on numeric values
What is sed awk grep?
Name the general commands in using unix os for a beginner?
What command is used to switching between users in unix?
What do know about tee command and its usage?
What does the command '$ls | wc –l > file1' do?