Linux / Windows : Webhosting Technical Support
My sincere attempt to make the complete HelpDesk solution - Dhananjay Madhukar Sonawane
Monday, March 10, 2008
Kill nobody /user process
Kill nobody process
ps aux grep nobody awk '{print $2}' xargs kill -9
Kill user process
ps aux grep apache awk '{print $2}' xargs kill -9
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment