This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rm fails to remove symbolic links to directories


On Apr 13 10:04, Lynn Wilson wrote:
> rm: cannot remove directory `xxxxx/': Is a directory
> [...]
> 
> Is there a work-around for not being able to remove symbolic links to 
> directories?

$ mkdir blah
$ ln -s blah blub
$ rm blub/
rm: cannot remove directory `blub/': Is a directory
$ rm blub
$ ls -l blub
$ ls: blub: No such file or directory


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]