LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   can't find my jboss process with ps aux, what is the command to list background proce (https://www.linuxquestions.org/questions/linux-general-1/cant-find-my-jboss-process-with-ps-aux-what-is-the-command-to-list-background-proce-459620/)

Niceman2005 06-29-2006 08:56 PM

can't find my jboss process with ps aux, what is the command to list background proce
 
Dear friends,

I tried to kill the jboss process running in one of our server. I tried ps aux to find the process but can't see it. Can it be that it is running on background process? If thats the case, how can i see a list of background process?

thanks for taking time helping!

Regards
Y

avijitp 06-30-2006 12:02 AM

jobs will list background processes.

gvpathak 08-18-2012 04:19 AM

Hey Niceman2005,

as per my understanding , jboss process will not be seen by the name "jboss" when you try to see it using ps -e or ps -aux ., instead check it as " ps -e|grep java " from command line, if java process is running you can be sure your jboss AS is running.

syg00 08-18-2012 05:11 AM

Oh crap, ... another dead thread.
Sorry.


All times are GMT -5. The time now is 08:56 AM.