I have this 'java' process running for 3 hours ( I guess ). I didn't see it before and I wonder how could I find out where it's coming from?
Here is a screenshot:

EDIT: ok I figured it out, it's a freenet stuff I installed few days ago.
|
|
|
What does a
tell you about it? |
|||||||
|
|
Run htop. It's like top, only better. In particular, htop shows the full command line, and you can scroll horizontally to see more of it. |
|||
|
|
|
You can also run
You can use pstree's e.g. an example from my system:
If it's somehow not in your distro, |
|||
|
|
|
My personal favorite is You can also toggle the top-command-line (i.e. show parameters of the processes in top) by pressing |
|||
|
|