« RPM Tricks | Home | Less vs More »
Popularity: 13%
Share This
» date: 18-Oct-05 14:03:12 CDT » cat: Snippets » popularity: 13% » actions: comments + respond + trackback + feed + email article » pages: linking posts » previous: RPM Tricks » next: Less vs More
My version is similar:
ps -aux | grep $username | grep $application | awk ‘{print $2}’ | xargs kill -9
Name (required)
Mail (will not be published) (required)
Website
Word Verification (can't read it? try another!)
Please type the letters you see in the picture.
Notify me of followup comments via e-mail
Subscribe without commenting E-Mail:
mental spew
damonparker.org is proudly powered by WordPress Entries (RSS) and Comments (RSS).
copyright © 2002-2008 damonparker.org. all rights reserved.
November 4th, 2005 at 4:23 am
My version is similar:
ps -aux | grep $username | grep $application | awk ‘{print $2}’ | xargs kill -9