This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clarify hard link support on Windows
authorJan Dubois <jand@activestate.com>
Wed, 3 May 2006 11:30:03 +0000 (04:30 -0700)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 3 May 2006 19:10:29 +0000 (19:10 +0000)
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>

p4raw-id: //depot/perl@28084

pod/perlport.pod

index b639c47..eb5757e 100644 (file)
@@ -1880,8 +1880,11 @@ Not implemented. (S<Mac OS>, MPE/iX, S<RISC OS>)
 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)