Nothing to do with Apache, but you can eliminate the distraction of the 
spurious line from grep by typing the command as:

ps -ef | grep [h]ttpd

'[h]ttpd' doesn't match 'httpd'

John
==================
On Wednesday 21 February 2018 22:36:07 jose cabrera wrote:
> >> > What happens if you do ps -ef | grep httpd
> > 
> > root@GBRTEF01LX005:/home/bzadmin/httpd-2.4.29# ps -ef | grep httpd
> > root 31788 8262 0 03:19 pts/0 00:00:00 grep --color=auto httpd
> 
> Never mind.  This is the grep execution.
> 
> > > ps -ef | grep apache (without the '2' on the end)
> > 
> > root@GBRTEF01LX005:/home/bzadmin/httpd-2.4.29# ps -ef | grep apache
> > root 31790 8262 0 03:20 pts/0 00:00:00 grep --color=auto apache
> 
> Samething there..  Darn it!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to