From: | Rudi Chiarito |
Date: | 4 Aug 2000 at 23:07:39 |
Subject: | Re: AMIOPEN: Problems creating and deleting a directory |
On Fri, Aug 04, 2000 at 02:32:29PM +0200, Aaron Optimizer Digulla wrote:
> For some strange reason, I sometimes cannot delete or create a
> directory. What happens is this:
>
> rm dir will say "rm: dir: permission denied" and
Shouldn't you be using rmdir to delete directories?
> mkdir dir (when I've deleted it on the Linux side)
> will say "mkdir: dir: permission denied".
Have you checked which directory you started the SDK from? Do you run it
from a login which has permission to write to such directory? That's the
first possible explanation I can think of.
> A restart of intent_shell will fix this. Maybe a
> bug in Amis' filesystem ?
Now that makes things more puzzling... do you just exit and restart the
SDK from the same shell? Or do you run it from another one?
> Anyone else with the same problem ? Any ideas how
> to reproduce this ?
I have had no such luck:
Amiga 1.0:/$ mkdir zoot-allures
Amiga 1.0:/$ rm zoot-allures
rm: zoot-allures: Is a directory
Amiga 1.0:/$ rmdir zoot-allures
Amiga 1.0:/$