Steve Crosby <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

<snip>

> 
> Interesting - your /tools/bin/perl is hardlinked to something else
> (The "2" in the ls listing indicates the number of links to the file).
> 
> I don't have a /tools directory handy, but I'm fairly sure that's not 
> normal.
> 
> An ls -li /tool/bin/perl will give you the inode of the linked file,
> which you can then ls -liR /tools | grep <inode> to find the other
> copy of the file.
> 

*sigh* - never assume ;)

of course, /tools/bin/perl is hardlinked to /tools/bin/perl<version>

sorry for the noise

-- -
Steve Crosby
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to