From owner-freebsd-isp Wed Sep 17 06:18:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA10340 for isp-outgoing; Wed, 17 Sep 1997 06:18:40 -0700 (PDT) Received: from daisy.crtb.org (poca45.capecod.net [205.230.13.45]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA10326 for ; Wed, 17 Sep 1997 06:18:36 -0700 (PDT) Received: from localhost (crtb@localhost) by daisy.crtb.org (8.8.5/8.8.5) with SMTP id JAA08750; Wed, 17 Sep 1997 09:17:11 -0400 (EDT) Date: Wed, 17 Sep 1997 09:17:10 -0400 (EDT) From: Chuck To: xiyuan qian cc: freebsd-isp@FreeBSD.ORG Subject: Re: sorry to ask a freebsd-question question! In-Reply-To: <199709171650.QAA05561@npc.haplink.co.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Easy! ps -ax | grep 'ppp$' Chuck Bacon -- crtb@capecod.net ABHOR SECRECY -- DEFEND PRIVACY On Wed, 17 Sep 1997, xiyuan qian wrote: > Hi, I know "ps -ax | grep ppp" can find the ppp running's pid, but when I do > that, it sometimes show me > 616 .... ppp > 716 .... ps -ax | grep ppp > or sometimes it only show me > 616 ....ppp > Why? How can I deny the "ps -ax | grep ppp" showing out? > > Best regaurds! > > --xiyuan >