* Lloyd Zusman (Thu, 26 Oct 2006 11:31:39 +0000 (UTC)) > Aside from using "cmd /c attrib", is there a way in cygwin for me to > change the Windows "hidden" or "system" attributes of a file?
Yes, "attrib" (without the "cmd /c") > There don't seem to be any extensions to chmod that will accomplish > this, There is no concept of hidden or system as a file attribute in Linux. It's achieved via a leading dot in the file name... > and I'm wondering if there is a cygwin-specific utility that I might > be able to use for this purpose. Why should there be one?! Thorsten -- 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/