Re: rm command

2003-06-28 Thread Bob Proulx
mashe wrote: > I tried using rm -d and rm -f to remove an entire directory including the > contents of that directory and it would not work. > thank you for your assistance. Neither of those options would be appropriate to remove a directory and its contents. The -d option is almost never appropr

rm command

2003-06-28 Thread mashe
I tried using rm -d and rm -f to remove an entire directory including the contents of that directory and it would not work. thank you for your assistance. murray fischer ___ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listi

Re: fileutils-4.1.9 rm command bug

2003-05-28 Thread Jim Meyering
hezhenxing <[EMAIL PROTECTED]> wrote: >I think there is a bug in the file 'fileutils-4.1.9/src/remove.c', line 523, the > function is 'is_empty_dir', you 'opendir' the 'dir', but not 'closedir' it. This > does not cause any problems in most filesystems, but it does cause problems in > filesy

fileutils-4.1.9 rm command bug

2003-05-28 Thread hezhenxing
Hi, First, thanks for your job. I think there is a bug in the file 'fileutils-4.1.9/src/remove.c', line 523, the function is 'is_empty_dir', you 'opendir' the 'dir', but not 'closedir' it. This does not cause any problems in most filesystems, but it does cause problems in filesystems that

Re: rm command fails

2002-12-27 Thread Alfred M. Szmidt
It's actually a shell limit rather than an rm limit, as I understand it. Then you understand it incorrectly. From the Coreutils FAQ: Argument list too long I tried to move about 5000 files with mv, but it said: bash: /bin/mv: Argument list too long The UNIX operating system traditionally

Re: rm command fails

2002-12-27 Thread Alfred M. Szmidt
The URL I posted was wrong the correct one is: http://www.gnu.org/software/fileutils/doc/faq/core-utils-faq.html ___ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-fileutils

Re: rm command fails

2002-12-27 Thread Alfred M. Szmidt
It is a limit in your operating system, not in rm. Please see http://www.gnu.org/software/fileutils/doc/faq for more information about this. ___ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-fileutils

Re: rm command fails

2002-12-27 Thread David T-G
Jian -- ...and then Chen, Jian (FSH) said... % % Hi, Hi! % % "rm" command does not remove files, and complains "Argument is too big" % when the number of files is large. In my case, there are over 9000 files % within a directory. Right. % I don't know if it is a

rm command fails

2002-12-27 Thread Chen, Jian (FSH)
Hi, "rm" command does not remove files, and complains "Argument is too big" when the number of files is large. In my case, there are over 9000 files within a directory. I don't know if it is a feature or a bug. I guess there is a physical limit to the maximum files for t

Re: bug: rm command

2002-11-13 Thread Alfred M. Szmidt
As you haven't specified the operating system you are using the question is impossible to answer. >From (coreutils)rm invocation: `-d' `--directory' Attempt to remove directories using the `unlink' function rather than the `rmdir' function, and don't require a directory to be empty

Re: bug: rm command

2002-11-13 Thread Bob Proulx
> according to man page of 'rm' command -d option can be used to > unlink directory (by su). > -d, --directory unlink directory, even if non-empty (super-user only) > > If I specify -d option for a removing a directory, it gives me an error > > # rm -

bug: rm command

2002-11-13 Thread Chandan S Pansare \(pcsbom\)
Hi,   according to man page of 'rm' command -d option can be used to unlink directory (by su).  " -d, --directory  unlink  directory,  even  if  non-empty (super-user only) "   I am using "rm (GNU fileutils) 4.0l". If I specify -d option for a remo

Re: RM command - bug report

2002-06-05 Thread Alfred M. Szmidt
* Vincent Angeloni writes: > I've got a file named "---Message". > When i want to remove this file with the rm command like this :rm ---Message > orrm "---Message"orrm '---Message'orrm >\-\-\-\-\-\-\-Mes

Re: RM command - bug report

2002-06-05 Thread Bob Proulx
> I've got a file named "---Message". > > When i want to remove this file with the rm command like this :rm ---Message > orrm "---Message"orrm '---Message'orrm >\-\-\-\-\-\-\-Message First off you are

RM command - bug report

2002-06-03 Thread Vincent . Angeloni
I've got a file named "---Message". When i want to remove this file with the rm command like this :rm ---Message orrm "---Message"orrm '---Message'orrm \-\-\-\-\-\-\-Message the command failed cause it thinks that -

Re: Bug in rm command ?

2001-04-16 Thread Bob Proulx
ory. The filesystem itself is reference counted and when the last reference to a file goes away it frees up the disk blocks. > Is there something I do wrong or is it a serious bug in the rm command or in > the file system ? Since rm is just a user program there *can't* be a security

Bug in rm command ?

2001-04-16 Thread Patrick Meylemans
Dear, Can you have a look at a possible bug in the rm command ? I installed a Linux system, created a user and did some tests with file permissions, have a look at the result please : The system bash-2.04$ uname -a Linux netforce.site04.wtcm.be 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686

Re: RM command

2001-03-16 Thread Bob Proulx
> I can't remove a directory. I want to remove a lot of users. I am root but > I get a message "can't unlink directory" > > rm -Rvif _ is the command I am using Thank you for your report. But I can't reproduce your problem. You do not include way to reproduce it nor the version of your c

RM command

2001-03-11 Thread sysadmin
I can't remove a directory. I want to remove a lot of users. I am root but I get a message "can't unlink directory" rm -Rvif _ is the command I am using can you help thanks very much [EMAIL PROTECTED] ___ Bug-fileutils mailing list [EMAIL PROTE

rm command

2000-04-14 Thread Michelle Guo
I somehoe have a file named "--help.file", and I have no way to remove it using "rm", could you look into it and give me a hint? Thanks, Michelle Guo

Re: bug in rm command

2000-01-04 Thread Bob Proulx
Ted > Help! Am I doing something wrong, or is this a true bug? man page says it > should recurse... This is not a bug. The rm command is operating correctly. This is the same correct behavior as other typical programs such as ls -R, chmod -R, chown -R, etc. Try 'ls -R *.exe&#x

bug in rm command

2000-01-04 Thread trudyk
Dear Sirs, I am a linux administrator in a large school district. We are running samba for print and file service. The students will often clog up their home directories with lots of illicit software. I edited the crontabs to run a script that would clean out any *.exe or *.EXE files. I tried t