| delorie.com/archives/browse.cgi | search |
| Message-Id: | <200006062146.RAA25185@delorie.com> |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| From: | "Parker, Ron" <rdparker AT butlermfg DOT com> |
| To: | Adam Schlegel <aceschle AT thinkage DOT ca>, |
| cygwin mailing list | |
| <cygwin AT sourceware DOT cygnus DOT com> | |
| Subject: | RE: Latest Snapshot |
| Date: | Tue, 6 Jun 2000 16:44:20 -0500 |
| MIME-Version: | 1.0 |
| X-Mailer: | Internet Mail Service (5.5.2448.0) |
------_=_NextPart_000_01BFD000.8A8C87CA Content-Type: text/plain; charset="windows-1252" > The output of these commands differ with differing dlls: > With cygwin1.dll version 1.1.1, I get: > $ mkdir a > $ chmod a-w a > $ touch a/b > $ echo Hi >a/c > $ rm a/b > rm: a/b: Permission denied > $ rm a/c > rm: a/c: Permission denied > $ rm -rf a > rm: a/b: Permission denied > rm: a/c: Permission denied > rm: a: Permission denied > $ chmod a+w a > $ rm -rf a > > However, with the new snapshot I get: > $ mkdir a > $ chmod a-w a > $ touch a/b > $ echo Hi >a/c > $ rm a/b > $ rm a/c > $ rm -rf a > rm: a: Permission denied > $ chmod a+w a > $ rm -rf a > > I can delete files from a without having write permission to > a when using > the new dll. This is not the behaviour that I would expect. > > I do not know enough about the inner workings of cygwin to > know for sure > whether or not its a problem with the snapshot, or if its a > problem with > my setup. This is a due to a change that Corinna made for accessing SAMBA drives. It is the expected behavior given these changes. If you want the details check out this thread, http://sourceware.cygnus.com/ml/cygwin-developers/2000-05/threads.html#00189 . ------_=_NextPart_000_01BFD000.8A8C87CA Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com ------_=_NextPart_000_01BFD000.8A8C87CA--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |