From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 15:00:44 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 383F537B480 for ; Wed, 23 Jul 2003 15:00:44 -0700 (PDT) Received: from webmail.xmission.com (webmail.xmission.com [198.60.22.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8EA343F93 for ; Wed, 23 Jul 2003 15:00:30 -0700 (PDT) (envelope-from sedwards@qrwsoftware.com) Received: from www by webmail.xmission.com with local (Exim 3.35 #1) id 19fRev-0002Cv-00; Wed, 23 Jul 2003 16:00:29 -0600 Received: from 12-209-161-120.client.attbi.com (12-209-161-120.client.attbi.com [12.209.161.120]) by webmail.xmission.com (IMP) with HTTP for ; Wed, 23 Jul 2003 16:00:29 -0600 Message-ID: <1058997629.3f1f057d216d3@webmail.xmission.com> Date: Wed, 23 Jul 2003 16:00:29 -0600 From: sedwards@qrwsoftware.com To: Dan Nelson References: <1058981768.3f1ec788d0125@webmail.xmission.com> <1058995718.3f1efe06829fa@webmail.xmission.com> <1058996340.3f1f007432094@webmail.xmission.com> <20030723144439.C68935@thor.65535.net> <20030723215524.GF3178@dan.emsphone.com> In-Reply-To: <20030723215524.GF3178@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 cc: freebsd-questions@freebsd.org Subject: Re: Any way to stop a remote box gone crazy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 22:00:44 -0000 Quoting Dan Nelson : > In the last episode (Jul 23), Rus Foster said: > > > cd seems to work (I can cd to directories that I know exist, but > > > get an error if I try to cd to a directory that doesn't), but echo > > > always just returns * > > > > hmm strange...it could be the shell as echo * on mine does and ls > > "echo *" in an empty directory will print "*", since /bin/sh passes > unmatched patterns through. > > -- > Dan Nelson > dnelson@allantgroup.com > But I would think that this means the shell couldn't open the directory to get the filenames to match? -Scott