bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rm doesnt' delete


From: Philip Rowlands
Subject: Re: rm doesnt' delete
Date: Fri, 12 Jan 2007 14:15:15 +0000 (GMT)

On Fri, 12 Jan 2007, Lise Slama wrote:

When I do

rm  --recursive   --verbose   a.out

or more generally when I use "rm -R", it only deletes the corresponding files in the current directory.

rm will only delete the filename specified to it. If one of those files is a directory and --recursive is given, the directory and all its contents will be removed (subject to permissions).

Do you know if there is some thing to configure or some way to correct that?

I'm afraid there's not enough information here to determine the cause of the problem. Please explain in detail (as for any bug report):
- What you did?
- What happened?
- What did you you expect to happen?

Please copy and paste any command-line examples into the reply.


Cheers,
Phil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]