  | |  | links | links 2004-02-17 - By Barry L. Kline
Back 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
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
|
|
 |