LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Process command name?! (https://www.linuxquestions.org/questions/linux-newbie-8/process-command-name-200204/)

swati220781 07-02-2004 01:28 AM

Process command name?!
 
Hi!!
Can you please explain me what exactly is command name and how it relates to a process??

Tinkster 07-02-2004 01:31 AM

In which context have you found this term, and
what exactly is your question?

Most likely a command name is the name of a command,
and it relates to a process in the way that it is its name?



Cheers,
Tink

rylan76 07-02-2004 02:48 AM

Hi

I think process command name refers to the output you get when you do

ps -A -f

For example, to see the process command name for apache, do something like

ps -A -f | grep httpd

This will show the "command" that started the process "httpd".

swati220781 07-02-2004 03:15 AM

I am trying to monitor a process by Nagios( a network monitoring tool) using check_procs plugin. I know of the process name and its id. But by using that name is not giving me the desirable result.

Can command names be common for different processes??


All times are GMT -5. The time now is 10:09 PM.