Re: rmdir of a busy directory

Daniel Muino (dmuino@dmuino.com.ar)
Thu, 12 Feb 1998 10:53:54 -0300 (ART)


Under FreeBSD 3.0:

$ mkdir x
$ cd x
$ rmdir .
rmdir: .: Invalid argument
$ rmdir $PWD
$ ls

Which is what happens under linux 2.2

Under SCO Openserver 5.0.0, rmdir $PWD fails...

Best regards,

--
Daniel Muiņo

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/