Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2000 20:16:23 -0700
From:      "Crist J . Clark" <cjclark@reflexnet.net>
To:        Isetr0 Savi <isetr0@sevicron.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: su: no directory
Message-ID:  <20001024201623.W75251@149.211.6.64.reflexcom.com>
In-Reply-To: <20001024220724.A16582@sevicron.com>; from isetr0@sevicron.com on Tue, Oct 24, 2000 at 10:07:24PM -0500
References:  <20001024172715.A15775@sevicron.com> <20001024220724.A16582@sevicron.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 24, 2000 at 10:07:24PM -0500, Isetr0 Savi wrote:
> Solved - somehow I had taken world read, execute perms away from / -
> I'm assuming it should be 755.  Any clue as to what the /bin/[ file
> is? Seems to be just junk.  

Do NOT remove it. You will break all of your system scripts.

  % ls -li /bin/test /bin/\[
  6878 -r-xr-xr-x  2 root  wheel  50616 Sep 17 17:59 /bin/[
  6878 -r-xr-xr-x  2 root  wheel  50616 Sep 17 17:59 /bin/test
  % man test

  TEST(1)                 FreeBSD General Commands Manual                TEST(1)

  NAME
       test, [ - condition evaluation utility

  SYNOPSIS
       test expression
       [ expression ]

  .
  .
  .
-- 
Crist J. Clark                           cjclark@alum.mit.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001024201623.W75251>