finding hard links

From: aegis (aegis_at_mad.scientist.com)
Date: 01/28/05


Date: 28 Jan 2005 01:40:40 -0800

Is there some POSIX function, that when you supply the path
to some hard link, it in return gives a list of all
other hard link(path to filename included) ?

Just want to ensure I have not overlooked any such function
before I write my own.

--
aegis


Relevant Pages

  • Re: finding hard links
    ... aegis wrote: ... > Is there some POSIX function, that when you supply the path ... > to some hard link, it in return gives a list of all ... There are some tools to find filelames pointing to a given inode number. ...
    (comp.unix.programmer)
  • Re: finding hard links
    ... "aegis" writes: ... > Is there some POSIX function, that when you supply the path to some ... > hard link, it in return gives a list of all other hard link(path to ... to check every file on the same filesystem to see if it is the same ...
    (comp.unix.programmer)
  • Re: finding hard links
    ... >> Is there some POSIX function, that when you supply the path ... >> to some hard link, it in return gives a list of all ... >> other hard link(path to filename included)? ... > You should consult a POSIX lawyer, ...
    (comp.unix.programmer)
  • Re: newbie symlink question
    ... > I've used symbolic links alot, but never a hard link. ... The directory, as a file, is just an array of filename parts of ... hardlink.file shares the same inode as basic.file ... permission bit: the 'l' (softlink) bit. ...
    (comp.unix.questions)
  • Re: finding hard links
    ... > to some hard link, it in return gives a list of all ... > other hard link(path to filename included)? ... optione to find all files with this inode number. ... the found files are all on the same file system. ...
    (comp.unix.programmer)