Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2023 21:30:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 273858] zfs: a directory can't be removed and nothing can be created in it, but it can be moved
Message-ID:  <bug-273858-3630-e22vndrHCF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273858-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273858-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273858

--- Comment #1 from Piotr Kubaj <pkubaj@FreeBSD.org> ---
I also tried moving openvpn2 to a newly created directory and removing that
directory along with openvpn2. Here's what happened:
root@serwer:$/usr/local/etc$ mkdir tmp
root@serwer:$/usr/local/etc$ mv openvpn2 tmp/
root@serwer:$/usr/local/etc$ ls -l tmp
total 5
drwxr-xr-x  5 root  wheel  11 Sep 16 17:02 openvpn2
root@serwer:$/usr/local/etc$ find tmp
tmp
tmp/openvpn2
find: tmp/openvpn2: No such file or directory
root@serwer:$/usr/local/etc$ rm -rf tmp
rm: tmp: Directory not empty
root@serwer:$/usr/local/etc$ ls -l tmp
total 5
drwxr-xr-x  5 root  wheel  11 Sep 16 17:02 openvpn2

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273858-3630-e22vndrHCF>