[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Finding hard links



On Tue, Oct 17, 2006 at 04:45:05PM -0400, T wrote:
> Hi
> 
> How can I find hard linked files?
> 
> Is it possible to find the hard links of the same file? Ie, group the
> above finding into same file groups?
> 
Use stat or 'ls -i' to find the file's inode number, and 'find -inum' to 
find other files with the same inode.


-- 
See, these two penguins walked into a bar, which was really stupid, 'cause
the second one should have seen it.



Reply to: