How to kill process when lamp are on !!

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

How to kill process when lamp are on !!

Postby boatdk » 27. May 2019 10:13

I wanna know how to kill process when lamp turn on. I cant do anythings :(
boatdk
 
Posts: 1
Joined: 27. May 2019 09:47
XAMPP version: 7.3.5
Operating System: mac OS Mojave

Re: How to kill process when lamp are on !!

Postby Nobbie » 27. May 2019 15:30

Find out process ID (with "ps -fe"), then issue kill command:

sudo kill -9 ID

You have to enter your password, "ID" is the process ID. "kill -9" is the strongest level of killing. If you kill a process which is initiated to run as daemon, you probably cannot kill it, it will survive forever (you only switch off PC).
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04


Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 18 guests