GNU bug report logs - #27632
rm -f fais on directories

Previous Next

Package: coreutils;

Reported by: graham <at> tasam.com

Date: Mon, 10 Jul 2017 00:04:01 UTC

Severity: normal

Tags: notabug

Done: Tino Calancha <tino.calancha <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27632 in the body.
You can then email your comments to 27632 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#27632; Package coreutils. (Mon, 10 Jul 2017 00:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to graham <at> tasam.com:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Mon, 10 Jul 2017 00:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Marv Graham <graham <at> tasam.com>
To: bug-coreutils <at> gnu.org
Subject: rm -f fais on directories
Date: Sun, 9 Jul 2017 19:42:55 -0400 (EDT)
This is VERY unexpected behavior! An 'rm -f' command has (for my experience in the last 30 years) removed anything.

What;'s the problem with rm on ubuntu?




Information forwarded to bug-coreutils <at> gnu.org:
bug#27632; Package coreutils. (Mon, 10 Jul 2017 03:20:02 GMT) Full text and rfc822 format available.

Message #8 received at 27632 <at> debbugs.gnu.org (full text, mbox):

From: Tino Calancha <tino.calancha <at> gmail.com>
To: Marv Graham <graham <at> tasam.com>
Cc: 27632 <at> debbugs.gnu.org
Subject: Re: bug#27632: rm -f fais on directories
Date: Mon, 10 Jul 2017 12:19:46 +0900
Marv Graham <graham <at> tasam.com> writes:

> This is VERY unexpected behavior! An 'rm -f' command has (for my experience in the last 30 years) removed anything.
>
> What;'s the problem with rm on ubuntu?
Flag -f won't delete directories.
To remove anything, you'd use: rm -rf

Use flag -r (or -R) to delete directories.  If you prefer
delete _empty_ directories but preserve non-empty dirs, then use
flag -d.


From the 'rm' manual:

     -r, -R, --recursive
          remove directories and their contents recursively

     -d, --dir
          remove empty directories





Added tag(s) notabug. Request was from Tino Calancha <tino.calancha <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 10 Jul 2017 03:21:01 GMT) Full text and rfc822 format available.

Reply sent to Tino Calancha <tino.calancha <at> gmail.com>:
You have taken responsibility. (Mon, 17 Jul 2017 23:14:01 GMT) Full text and rfc822 format available.

Notification sent to graham <at> tasam.com:
bug acknowledged by developer. (Mon, 17 Jul 2017 23:14:02 GMT) Full text and rfc822 format available.

Message #15 received at 27632-done <at> debbugs.gnu.org (full text, mbox):

From: Tino Calancha <tino.calancha <at> gmail.com>
To: 27632-done <at> debbugs.gnu.org
Subject: Re: bug#27632: rm -f fais on directories
Date: Tue, 18 Jul 2017 08:13:24 +0900
Tino Calancha <tino.calancha <at> gmail.com> writes:

> Marv Graham <graham <at> tasam.com> writes:
>
>> This is VERY unexpected behavior! An 'rm -f' command has (for my experience in the last 30 years) removed anything.
>>
>> What;'s the problem with rm on ubuntu?
> Flag -f won't delete directories.
> To remove anything, you'd use: rm -rf
Since it's not a bug, then i am closing this report.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 15 Aug 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.