Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 17:34:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233436] rm -rf fails when the number of subfolders of a folder in a tree is too high
Message-ID:  <bug-233436-227-AJEwUXs71w@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233436-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233436-227@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=3D233436

pierogmorski@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pierogmorski@gmail.com

--- Comment #1 from pierogmorski@gmail.com ---
Hi,

Just a quick thought, is the immutable flag (schg) set for these files?

You can check via: `ls -lo /path/to/file` and clear it via:
`chflags noschg /path/to/file`.  Then try `rm` again.

--=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-233436-227-AJEwUXs71w>