Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2001 23:48:03 -0400
From:      parv <parv_@yahoo.com>
To:        Seyed Bahram Mirkalami <bmirkalami@leads4less.com>
Cc:        questions@freebsd.org
Subject:   Re: How to know if an application is running
Message-ID:  <20010714234803.A5043@moo.holy.cow>
In-Reply-To: <HPEJJGEDOJNNFFDALOKGEECBCBAA.bmirkalami@leads4less.com>; from bmirkalami@leads4less.com on Sat, Jul 14, 2001 at 11:09:03PM -0400
References:  <HPEJJGEDOJNNFFDALOKGEECBCBAA.bmirkalami@leads4less.com>

next in thread | previous in thread | raw e-mail | index | archive | help

on Jul 14 23:26, i got this from Seyed...
> Hello all:
> 
> I have a server that was set up to start Apache, PostgreSQL and Tomcat upon
> boot-up, and everything was fine for a while but now looks like at least
> Tomcat is not running. I have very limited knowledge of FreeBSD and Unix in
> general. I'd like to know what the easiest way is to find out if all these
> applications are running.
> 
> Regards
> Seyed


see ps (and grep) manpage(s). until then...

# ps -waxu | grep -i <name of program> | grep -v grep


-- 
 so, do you like word games or scrabble?
	 - parv

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010714234803.A5043>