Re: Getting filename from inode # in 'C'
From: Murray Hooper (mhooper_at_golden.net)
Date: 03/23/05
- Previous message: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
- In reply to: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
- Next in thread: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
- Reply: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
- In reply to: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
- Next in thread: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
- Reply: Tony Lawrence: "Re: Getting filename from inode # in 'C'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|