From owner-freebsd-isp Sun Aug 17 18:24:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA09574 for isp-outgoing; Sun, 17 Aug 1997 18:24:33 -0700 (PDT) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA09568 for ; Sun, 17 Aug 1997 18:24:27 -0700 (PDT) Received: (from tim@localhost) by shell.futuresouth.com (8.8.5/8.8.5) id UAA16871; Sun, 17 Aug 1997 20:24:16 -0500 (CDT) Message-ID: <19970817202416.14850@futuresouth.com> Date: Sun, 17 Aug 1997 20:24:16 -0500 From: Tim Tsai To: "Daniel O'Callaghan" Cc: isp@FreeBSD.ORG Subject: Re: Changing password via web ? References: <199708172256.PAA23248@Gatekeeper.Alameda.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Aug 18, 1997 at 10:27:48AM +1000, Daniel O'Callaghan wrote: > You can't use command line args to passwd, because they are visible using > ps(1), whereas environment vars are not visible to other processes. Yes it is. Try ps -ae. Tim