damonparker.org
by damonp on October 18, 2005
Popularity: 2% [?]
{ 1 comment… read it below or add one }
My version is similar:
ps -aux | grep $username | grep $application | awk ‘{print $2}’ | xargs kill -9
Reply
Leave a Comment
Name *
E-mail *
Website
Notify me of followup comments via e-mail
Previous post: RPM Tricks
Next post: Less vs More
Microsoft / Windows Data Architecture Open Source Lifehacks Sites SQL Travel Technical SEO Software Security Random Thoughts Dictionary Development Ecommerce General Apple / Mac PHP SysAdmin Snippets
Enter your email address:
Delivered by FeedBurner
{ 1 comment… read it below or add one }
My version is similar:
ps -aux | grep $username | grep $application | awk ‘{print $2}’ | xargs kill -9