aspose file tools
The moose likes Linux / UNIX and the fly likes how to know the killed process? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply locked New topic
Author

how to know the killed process?

raj esh
Greenhorn

Joined: Apr 03, 2010
Posts: 10
hi,

we are using userid in common (entire team).

when i login and when i give ps command. i have list of process executing are displayed.i have to kill my processid.mistakenly i killed other's processId. after sometime i ran the ps command again,then i realized that my process is running and mistakenly i killed other processid.

is there any way to know which process i killed ???
so that i can restart that particular process


please help me someone in this group.
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5532

Duplicate question, locking.


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to know the killed process?
 
Similar Threads
how to know the killed process?
Stopping the Process Forcefully......
Killing a Process ..Please Help
identifying and killing child processes??
How to get processId of calling process in Java