RE: [Spam-Low] RE: [U2] Help with File Pointers

2007-03-12 Thread Lee H. Burstein
Susan,

You can execute an ls -i for each path (ls -i ../../blahblah). This returns
the inode for the file. If the inode is the same, the files are the same
(one inode for each file).


Lee H. Burstein
President
Dynamic Systems, Inc.
302-477-0180 
Fax: 270-574-0180
www.dynamicsys.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn
Sent: Monday, March 12, 2007 4:09 PM
To: [EMAIL PROTECTED]; u2-users@listserver.u2ug.org
Subject: [Spam-Low] RE: [U2] Help with File Pointers

Hi Karl,
Thanks! The thing is, I can figure out where I am, but I need to figure
out where two Fpointers are pointing.

Say I have two Fpointers (VOC entries):

001 F
002 ../../this.path/that.path/BANANA
003 ../../this.path/that.path/D_BANANA

And another
001 F
002 /u1/ud/this.path/that.path/BANANA
003 /u1/ud/this.path/that.path/BANANA

How do I determine for certain that they are (or are not) pointing to the
same exact file?

Susan
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [Spam-Low] RE: [U2] Help with File Pointers

2007-03-12 Thread Bob Wyatt
Re: Susan,

You can execute an ls -i for each path (ls -i ../../blahblah). This returns
the inode for the file. If the inode is the same, the files are the same
(one inode for each file).


Lee H. Burstein

Lee, this is on face value okay, but technically wrong; there is a chance
that filea in file system x has the same inode as fileb in file system y
share the same inode number. I wouldn't want to calculate those odds or
chances, but ...
Inode numbers are assigned per file system, I believe...

Bob Wyatt
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/