Knowledgebase
Portal Home > Knowledgebase > How do i kill a suspicious process on my dedicated server?
How do i kill a suspicious process on my dedicated server?
| To kill any Linux process use the following command:
# kill -9 <PID>
where <PID> is the process ID from the top command output.
**Use these commands at your own risk. These commands can vary from Linux distribution to distribution. Always check the documentation for yourt particular Linux distribution**
|
Add to Favourites
Print this Article
|