Quantcast
Channel: SSH | PHP MySQL Talk
Viewing all articles
Browse latest Browse all 10

How do I manually kill a process on my Linux server?

$
0
0

Log into your server as the root user and find the process PID that you wish to kill. You can do that by issuing the ps command with the aux options. See example below. ps aux This will display a process list and each visible process should have a line similar to the one below. […]

The post How do I manually kill a process on my Linux server? appeared first on PHP MySQL Talk.


Viewing all articles
Browse latest Browse all 10

Trending Articles