in reply to How to list the processes for specific user and kill just one process

And on Linux/Unix, you could use Proc::ProcessTable to find the process and kill () to kill it.

Be careful. Version 0.45 will fail if you have a non-threaded perl (it should be removed from CPAN IMHO). Version 0.44 will work fine on non-threaded perl.


Enjoy, Have FUN! H.Merijn
  • Comment on Re: How to list the processes for specific user and kill just one process
  • Download Code