From: Jan Dubois Date: Wed, 3 May 2006 11:30:03 +0000 (-0700) Subject: Clarify hard link support on Windows X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=63d6c08ba16c8c2e5f5f4e652184ffe6812f6cb5;p=p5sagit%2Fp5-mst-13.2.git Clarify hard link support on Windows From: "Jan Dubois" Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy> p4raw-id: //depot/perl@28084 --- diff --git a/pod/perlport.pod b/pod/perlport.pod index b639c47..eb5757e 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1880,8 +1880,11 @@ Not implemented. (S, MPE/iX, S) Link count not updated because hard links are not quite that hard (They are sort of half-way between hard and soft links). (AmigaOS) -Hard links are implemented on Win32 (Windows NT and Windows 2000) -under NTFS only. +Hard links are implemented on Win32 under NTFS only. They are +natively supported on Windows 2000 and later. On Windows NT they +are implemented using the Windows POSIX subsystem support and the +Perl process will need Administrator or Backup Operator privileges +to create hard links. Available on 64 bit OpenVMS 8.2 and later. (VMS)