Re: how to detect a hard link in Java?
- From: Gordon Beaton <not@xxxxxxxxx>
- Date: 31 Aug 2005 09:39:35 +0200
On Wed, 31 Aug 2005 01:52:33 GMT, Andrew Thompson wrote:
> On 30 Aug 2005 18:39:47 -0700, jojo wrote:
>
>> I have an application need to detect the hard links ...
>
> What's a 'soft link'?
A file containing the name of another file. Treated specially by the
OS, such that most operations on the link are transparently redirected
to the target file instead.
/gordon
--
[ do not email me copies of your followups ]
g o r d o n + n e w s @ b a l d e r 1 3 . s e
.
Relevant Pages
- Re: Re: Job Depends On This
... >>> Windows XP that users probably don't know but could probably ... >> floppy they lose the 10MB ADS attached to that file. ... you can create soft links and hard links. ... Deleting a soft link ... (microsoft.public.windowsxp.general) - Re: Mapping a directory to another for a non-privileged user
... path is referenced in some of the tools, including some binaries. ... not allowed to create soft or hard links in system directories. ... create a soft link /tmp/shahswimtools pointing to the actual directory ... directory will not work easily with many freeware utilities I pick off ... (comp.unix.admin) - Re: [SLE] How to identify a hard link from a soft link?
... link is another file name to the same physical file on disk. ... special file containing the path to a regular file. ... But for hard links I do not see any such special mark except that ... Every item in a directory is a hard link, unless it's a soft link. ... (SuSE) - Re: how to detect a hard link in Java?
... >>> I have an application need to detect the hard links ... ... It's hard to explain off the top of my head, ... > valid as the original filename. ... A soft link, on ... (comp.lang.java.programmer) - Re: [SLE] How to identify a hard link from a soft link?
... special file containing the path to a regular file. ... But for hard links I do not see any such special mark except that ... and timestamp (the modification time unless other times ... (SuSE) |
|