From owner-freebsd-questions Fri Feb 18 22:20:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id F2EA537BB22 for ; Fri, 18 Feb 2000 22:20:16 -0800 (PST) (envelope-from dpk@nwserv.com) Received: from localhost (dpk@localhost) by web2.sea.nwserv.com (8.9.3/8.9.3) with ESMTP id WAA73777; Fri, 18 Feb 2000 22:19:23 -0800 (PST) (envelope-from dpk@nwserv.com) Date: Fri, 18 Feb 2000 22:19:23 -0800 (PST) From: David Kirchner X-Sender: dpk@web2.sea.nwserv.com To: R Joseph Wright Cc: questions@FreeBSD.ORG Subject: Re: ppp pid? fetchmail pid? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 'ps' with no flags won't show all of your processes. Some handy 'ps' incantations: ps -uax # all processes ps -uxU username # all processes owned by username ps -uxp pid # just that pid The -u offers more information than standard ps, and -x lists processes without terminals (daemon processes) -- David Kirchner - dpk@nwserv.com Northwest Web Services - http://www.nwserv.com/ On Fri, 18 Feb 2000, R Joseph Wright wrote: > I've been running user ppp with the -ddial option. When I do 'ps', it > shows no pid for ppp. The same goes for running fetchmail in daemon > mode. I've been using 'killall' to get rid of them. Am I doing something > wrong? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message