On Mon, Sep 10, 2007 at 11:44:24AM +0200, Didier Wiroth wrote:
| Hello,
| When I do my own release I noticed that a file called [ is created in the
/bin directory:
| Here is an "ls -la" of /bin, see the first file:
| $ ll /bin/
| total 16080
| -r-xr-xr-x   2 root  bin    89.8K May 18 16:33 [
| -r-xr-xr-x   2 root  bin    89.8K May 18 16:33 test
               ^--> Note the linkcount...

Try the following : ls -li /bin/{[,test}

You'll see that [ and test have the same inode number. This is because
they are the same program. Try reading the manpage for [(1) ('man [').

| This file is not present in the official base4x.tgz file (from ftp or
cd)....
| I noticed that this file was created on my i386 and my amd64 platforms ....
| Has anyone else noticed that?

This file is present on my sparc64 machine which I installed from the
official 4.1 CD. I think you'll find that base4x.tgz has this hardlink
and installs it each and every time ;)

Cheers,

Paul 'WEiRD' de Weerd

--
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
                 http://www.weirdnet.nl/

[demime 1.01d removed an attachment of type application/pgp-signature]

Reply via email to