[Bug 59739] [patch] [libc] rmdir(2) and mkdir(2) both return EISDIR for argument "/"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 10 10:42:23 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59739

NGie Cooper <ngie at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bapt at FreeBSD.org,
                   |                            |ngie at FreeBSD.org

--- Comment #17 from NGie Cooper <ngie at FreeBSD.org> ---
Still the case, I think:

$ uname -a
FreeBSD fbsd11 11.0-CURRENT FreeBSD 11.0-CURRENT #7
r289441+9ae1597(isilon-atf): Sat Oct 17 01:21:49 PDT 2015    
ngie at fbsd11:/usr/obj/usr/src/git/sys/GENERIC-NODEBUG  amd64
$ sudo rmdir /
rmdir: /: Is a directory
$ sudo mkdir /
mkdir: /: Is a directory

bapt might have a patch in the wings for fixing this.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list