I sometimes have the situation where I am left with some stuck processes from previous sessions. I'm sure this could be done better by the application, but it's not in this case. I therefore have the following command line (bash on Solaris) that solves my problem:
$ ps -ef | grep {myuserid} | grep {procname in ps} | awk '{ print $2 }' | xargs -l1 kill -9
Might be of use for anybody out there.
Articles about technology, systems architecture, systems design, lean/agile organizations, and the like.
Subscribe to:
Post Comments (Atom)
How to solve the "volume doesn't distinguish between upper- and lowercase letters" with an Apple Photos library?
Preface Although this article's title focuses on the problem I had with the Photos library, I will start with the initial problem statem...
-
Here are my favorite IT and IT related books, mostly geared towards Software Developers and Architects: Programming The Clean Coder: A ...
-
Preface Although this article's title focuses on the problem I had with the Photos library, I will start with the initial problem statem...
-
That's what I found, collected and provided in a cookbook format: 1) Download a fresh copy of Eclipse 3.4 / Ganymede. I've used the ...
No comments:
Post a Comment