Message dated Friday, 21 Jun 191996, 2:11pm +0200
        from "Till Bubeck <[EMAIL PROTECTED]>"

> harriet% rmdir subdir
> rmdir: subdir: Path component not a directory
> harriet% rm -rf subdir

I ran into this horrid message when I tried to rmdir something once.  What
ended up happening was one of two things:

1) The subdir isn't empty, so it's failing, but using the wrong message.  Do
   an 'ls -A subdir' and you'll probably see a few dot files.
2) It's a volume.  Try 'fs rmm subdir'

                -- Scott

Reply via email to