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

Re: links



On Tuesday 17 February 2004 05:19 am, Ken Gillett wrote:
> Is there any way to find all the links for a file? IOW if you have a
> file that has other HARD links (NOT symbolic), how can you find/reveal
> those other links?

ls -i filename will yield the inode of the file.
find -inum node will give you a list of all files with that inode.

Barry




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