X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Shankar Unni Subject: Support planned for vista symbolic links? Date: Sun, 28 Jan 2007 13:38:29 -0800 Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070116 Thunderbird/2.0b2 Mnenhy/0.7.4.666 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com This article from Mark "Sysinternals" Russinovitch discusses the new "real" symbolic link feature in Vista ("real" in that it's classic Unix-style, where the symlink is interpreted on the local OS, even for links in mounted shares, and can refer to either a file or a directory): http://www.microsoft.com/technet/technetmag/issues/2007/02/VistaKernel/default.aspx#S4 The only catch he mentions is that you need a special privilege to create these symlinks, and that privilege is only granted to administrators by default. (Usual windows reason: to "protect" users from tools that are not symbolic-link-aware) Anyway: is any support planned in cygwin and/or coreutils for this feature? (specifically, supporting symlink(), S_ISLNK support in stat, etc.) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/