on Sat, Oct 28, 2000 at 07:27:56PM -0200, Flavio Alberto ([EMAIL PROTECTED]) 
wrote:
> I'm find /bin/false for intall in my Debian box?

If you're looking for the package in which it's included:

    $ dpkg -S /bin/false
    shellutils: /bin/false

The file itself simply returns an exit value of 1.  On some Unices it's
just a shell script:

    #!/bin/sh
    exit 1

Though in Debian GNU/Linux it's an executable.

-- 
Karsten M. Self <kmself@ix.netcom.com>     http://www.netcom.com/~kmself
 Evangelist, Opensales, Inc.                    http://www.opensales.org
  What part of "Gestalt" don't you understand?      There is no K5 cabal
   http://gestalt-system.sourceforge.net/        http://www.kuro5hin.org

Attachment: pgpJhnQtZhHuS.pgp
Description: PGP signature

Reply via email to