On Mon, 28 Aug 2023 12:42:39 +0200 Marcus MERIGHI <mcmer-open...@tor.at> wrote:
> My complete crontab(5) entry reads: > > /usr/bin/find ~/ -maxdepth 1 -fstype local -name "*.core" -delete > > Now I get error messages saying "Access Denied" for directories that > find(1) should not access due to "-maxdepth 1". I can't produce such errors. I observe that -maxdepth 1 and -delete work well together. There's no bug unless someone can provide more specific instructions to produce the error.