Skip to content

rm: when error during recursive, stops prematurely #3722

@niyaznigmatullin

Description

@niyaznigmatullin

uutils doesn't remove b/d in the following example

$ mkdir -p b/a/p
$ mkdir b/c b/d
$ chmod -w b/a
$ rm -rf b
rm: cannot remove 'b': Permission denied
$ ls b
a d

but GNU removes b/d

That's probably because of fs::remove_dir_all behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions