22 Apr
2003
22 Apr
'03
9:55 p.m.
Hey Patrick Patrick Shanahan writes:
* Jorge Arellano Cid <jcid@softhome.net> [04-22-03 15:47]:
I kept cosidering the alternatives, and apart from the UDS idea (not feasible), the incomplete "bye" command, there's also another option!
kill `ps -U <USER> | grep bm_srv12 | sed 's/^ *//g' | cut -d' ' -f1`
This works fine on the Solaris I have access to...
BUT, also and cleaner, kill `pidof bm_srv12` also works, but I do not know about other ?nix versions.
... but this does not. Sorry. best regards, -- Livio B. Soares