[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: links
- From: "Barry L. Kline" <blkline attglobal net>
- To: redhat-list redhat com
- Subject: Re: links
- Date: Tue Feb 17 08:43:03 2004
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]