[Bug 233436] rm -rf fails when the number of subfolders of a folder in a tree is too high

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 29 17:34:41 UTC 2018


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

pierogmorski at gmail.com changed:

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

--- Comment #1 from pierogmorski at 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.

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


More information about the freebsd-bugs mailing list