Re: Getting filename from inode # in 'C'

From: Murray Hooper (mhooper_at_golden.net)
Date: 03/23/05

  • Next message: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
    Date: Wed, 23 Mar 2005 16:49:00 -0500
    
    

    "Tony Lawrence" <foo@pcunix.com> wrote in message
    news:qvydnecuhseAQtzfRVn-1g@comcast.com...
    > Murray Hooper wrote:
    >> I am working on a project on OpenServer 5 that I need to get a filename
    >> (text) back when given an inode #?
    >> any advice on what functions to investigate?
    >> thank you
    >> murray
    >
    > find / -inum 1234
    >
    > but you need to restrict that to the filesystem that has the one you are
    > looking for..
    >
    > --
    >
    > Unix/Linux/Mac OS X resources: http://aplawrence.com

    Thanks Tony.

    I am trying to do it within a 'C' program if possible?


  • Next message: Tony Lawrence: "Re: Getting filename from inode # in 'C'"

    Relevant Pages

    • Re: Getting filename from inode # in C
      ... Murray Hooper wrote: ... > I am working on a project on OpenServer 5 that I need to get a filename ... > any advice on what functions to investigate? ...
      (comp.unix.sco.misc)
    • Getting filename from inode # in C
      ... I am working on a project on OpenServer 5 that I need to get a filename ... back when given an inode #? ... any advice on what functions to investigate? ...
      (comp.unix.sco.misc)