Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
pgrep httpd | xargs kill -9 – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

pgrep httpd | xargs kill -9

pgrep komutu sayesinde calisan httpd, mysqld veya diger servislerin pid numaralarinin hepsini bulabiliriz.Bu ne isimize yarar derseniz, simdi httpd ‘yi tamamen durdurmak istiyorsunuz. init script’ i ile de durduramiyorsunuz. pgrep ile pid numaralarini buluruz | isareti ile xargs aktarip kill -9 ile de tum surecleri oldururuz. 🙂

[root@murat ~]# pgrep httpd
9885
9920
9921
9922
9923
9924
9925
9926
9927
[root@murat ~]# pgrep httpd | xargs kill -9 # tum surecleri oldurduk 😛


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58