Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'The Get Info window can change moved files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
The Get Info window can change moved files
Authored by: LC on Mar 17, '04 12:11:08AM

Yeah, Unix filesystems have inodes and when you get an open
handle on a file, you have access to it until you give up (close)
that handle (which decreases the link count). Also, moving
or renaming files or directories doesn't affect the inodes themselves,
nor does it affect open handles (by any process) to those items.
Darwin is a Unix variant and these filesystem types (UFS, HFS+)
support that normal kind of interface; Larry.



[ Reply to This | # ]
The Get Info window can change moved files
Authored by: LC on Mar 17, '04 12:15:09AM

Oops, brain glitch, I shouldn't have said "decreases the link count"
(I was thinking of multiple hard links and removals from the filesystem,
when the link count of an inode decreases to zero then it goes back to
being free); Larry.



[ Reply to This | # ]