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 Date: Sat, 8 Mar 2003 22:18:29 +0800 From: Greg Matheson To: cygwin AT cygwin DOT com Subject: chmod not working on Win98 Message-ID: <20030308221829.B5804@ms> Mail-Followup-To: cygwin AT cygwin DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i When I installed fetchmail-6.2.2.1, fetchmail started refusing to use my .fetchmailrc. I think the requirement that permissions be 600 on it is new. However when I tried chmodding it to 600, it stays at 644 greg AT 7106 ~ $ ls -al .fetchmailrc -rw-r--r-- 1 greg unknown 864 Feb 17 06:54 .fetchmailrc greg AT 7106 ~ $ umask 000 greg AT 7106 ~ $ chmod 600 .fetchmailrc greg AT 7106 ~ $ ls -al .fetchmailrc -rw-r--r-- 1 greg unknown 864 Feb 17 06:54 .fetchmailrc greg AT 7106 ~ $ umask 777 greg AT 7106 ~ $ chmod 600 .fetchmailrc greg AT 7106 ~ $ ls -al .fetchmailrc -rw-r--r-- 1 greg unknown 864 Feb 17 06:54 .fetchmailrc -- Greg Matheson Make a mistake. Dr Bean's Penpal Pool Try it, you'll like it. Address: palpool --Dr Bean Domain: @cn91.chinmin.edu.tw -- 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/