delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2006/02/15/10:26:38

X-Spam-Check-By: sourceware.org
Message-ID: <43F34822.4040300@student.lu.se>
Date: Wed, 15 Feb 2006 16:26:26 +0100
From: Lennart Borgman <lennart DOT borgman DOT 073 AT student DOT lu DOT se>
User-Agent: Thunderbird 1.5 (Windows/20051201)
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Perl creates html-file, view from cmd.exe => Access is denied
References: <003301c63230$cf395d60$a501a8c0 AT CAM DOT ARTIMI DOT COM> <43F32C51 DOT 2070503 AT student DOT lu DOT se> <Pine DOT GSO DOT 4 DOT 63 DOT 0602150857250 DOT 21611 AT access1 DOT cims DOT nyu DOT edu> <43F340C9 DOT 3010604 AT student DOT lu DOT se> <Pine DOT GSO DOT 4 DOT 63 DOT 0602151009160 DOT 21611 AT access1 DOT cims DOT nyu DOT edu>
In-Reply-To: <Pine.GSO.4.63.0602151009160.21611@access1.cims.nyu.edu>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

Igor Peshansky wrote:
>>> "perldoc -f chmod".
>>> 	Igor
>>>       
>> Yes, but it does not know the +x syntax.
>>     
>
> Not that particular syntax (hey, you can always 'system("chmod +x $f")'),
> but it does allow Fcntl constants (e.g., 'chmod
> S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH $f' -- still from the above
> perldoc page), and it uses the same octal mode values as the command-line
> chmod (see "man chmod").  If you want to add the executable bits for
> everyone, something like 'chmod 0111|((stat $f)[2]&07777), $f' should
> work.
>
> None of this is Cygwin-specific.
> 	Igor
>   
Thanks, this is very useful for me in this context (and other times too 
I guess).

--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019