/ Published in: PHP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# kill using grep kill `ps -ef | grep process | awk '{print $2}'`
Comments
