From owner-freebsd-questions Fri May 26 11:21:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from socrates.i-pi.com (Socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id B39DE37C29C for ; Fri, 26 May 2000 11:00:47 -0700 (PDT) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.3/8.9.3) id MAA26330; Fri, 26 May 2000 12:00:16 -0600 (MDT) (envelope-from ingham) Date: Fri, 26 May 2000 12:00:16 -0600 From: Kenneth Ingham To: Khairuddin Abdul Ghani Cc: Brian , exec@virtualmystic.com, freebsd-questions@FreeBSD.ORG Subject: /bin/[ (was Re: mysterious shutdowns (cont.)) Message-ID: <20000526120016.B26132@socrates.i-pi.com> References: <009f01bfc731$4beea840$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <009f01bfc731$4beea840$6f1f7d80@phoenix>; from abdulgha@usc.edu on Fri, May 26, 2000 at 09:41:52AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 09:41:52AM -0700, Khairuddin Abdul Ghani wrote: > Then I found this in /bin: > > -r-xr-xr-x 2 root wheel 49016 May 17 20:21 [ > > I doubt that should be there.. so I'm taking it off for the moment. /bin/[ is a link to /bin/test so you can do stuff (in sh-like shells) like: if [ "$a" -eq "$b" ] then foo else bar fi Removing it may break some shell scripts. Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message