Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Rolf Campbell Subject: Re: 1.3.22: TMPDIR Initialization Date: Sun, 06 Apr 2003 21:18:40 -0400 Lines: 33 Message-ID: References: <1049529037 DOT 3842 DOT 80 DOT camel AT localhost> <000a01c2fb51$7f375290$02fda8c0 AT fatboy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en In-Reply-To: <000a01c2fb51$7f375290$02fda8c0@fatboy> Mark Moore wrote: > Robert, > > If the permission on the folder pointed to by $TEMP is going to be changed > during install, it seems to me it would be done by setup.exe. If not, where > would that operation be performed? > > It looks like chmod doesn't cut it: > > markm AT fatboy ~ > $ ls -ld $TEMP > d---rwx---+ 7 Administ SYSTEM 16384 Apr 5 00:10 > /cygdrive/c/WINNT/TEMP > > markm AT fatboy ~ > $ chmod +rw $TEMP > > markm AT fatboy ~ > $ ls -ld $TEMP > drw-rwxr--+ 7 Administ SYSTEM 16384 Apr 5 00:10 > /cygdrive/c/WINNT/TEMP > > markm AT fatboy ~ > $ perldoc perldoc > Error in tempfile() using /XXXXXXXXXX: Parent directory (/) is not writable > at /usr/bin/perldoc line 564 > > markm AT fatboy ~ > $ How do you know that perldoc is using $TEMP? It seems from that output that it's using '/'. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/