LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   A question on process name (https://www.linuxquestions.org/questions/linux-newbie-8/a-question-on-process-name-781641/)

thomas2004ch 01-12-2010 02:50 AM

A question on process name
 
Hi,

I list the process with
Code:

ps -ef | grep java
and I got:
Code:

user1 24041 ....
Here the user1 should the process name. My question: Is this name the same as the user name?

Tinkster 01-12-2010 03:01 AM

Quote:

Originally Posted by thomas2004ch (Post 3823418)
Hi,

I list the process with
Code:

ps -ef | grep java
and I got:
Code:

user1 24041 ....
Here the user1 should the process name. My question: Is this name the same as the user name?

Says who?

Code:

ps -ef
according to the man-page gives us the
user owning the process, the PID, the PPID ... the process name is part of the 8th column, followed by any arguments ...


Cheers,
Tink

thomas2004ch 01-12-2010 03:52 AM

yes, it is.


All times are GMT -5. The time now is 12:28 AM.