Kill a Process in PHP
kill php process
kill $(ps aux | grep '[p]hp' | awk '{print $2}')
kill php process
kill $(ps aux | grep '[m]ysql' | awk '{print $2}')
kill $(ps aux | grep '[p]hp' | awk '{print $2}')
kill $(ps aux | grep '[m]ysql' | awk '{print $2}')
In this page (written and validated by A. Gawali) you learned about . What's Next? If you are interested in completing PHP tutorial, we encourage you simply to start here: PHP Tutorial.
Share On: |