Re: how to detect a hard link in Java?
- From: "Chris Uppal" <chris.uppal@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 09:41:32 +0100
Jussi Piitulainen wrote:
> So a symbolic link is at least not hard. I think symbolic links may
> also be called soft, sometimes.
Yes, "symbolic link" (sometimes shortened to "symlink") and "soft link" mean
the same thing. "Hard link" is really something a misnomer since there is no
"link" involved at all, at least no link between the two names, it's just that
the same data on disk can have more than one name in the file system.
(Or indeed no name at all -- which used to be a favourite way of creating
temporary files to hold ephemeral data, I don't know if it still is.)
-- chris
.
- References:
- how to detect a hard link in Java?
- From: jojo
- Re: how to detect a hard link in Java?
- From: Andrew Thompson
- Re: how to detect a hard link in Java?
- From: Monique Y. Mudama
- Re: how to detect a hard link in Java?
- From: Andrew Thompson
- Re: how to detect a hard link in Java?
- From: Roedy Green
- Re: how to detect a hard link in Java?
- From: Jussi Piitulainen
- how to detect a hard link in Java?
- Prev by Date: To increase speed on manipulating big arrays in Java with minimal bounds checking, ...
- Next by Date: Re: To increase speed on manipulating big arrays in Java with minimal bounds checking, ...
- Previous by thread: Re: how to detect a hard link in Java?
- Next by thread: Re: how to detect a hard link in Java?
- Index(es):
Relevant Pages
|