help-gnu-utils
[Top][All Lists]
Advanced

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

Re: Command failure: Too Many Files (rm, ls, tar)


From: Ralf Wildenhues
Subject: Re: Command failure: Too Many Files (rm, ls, tar)
Date: Tue, 15 Apr 2008 19:46:38 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hi Bob,

* Bob Proulx wrote on Tue, Apr 15, 2008 at 06:55:35PM CEST:
> You are running into the kernel's ARG_MAX limitation.  Please see this
> reference for more information.
> 
>   http://www.gnu.org/software/coreutils/faq/#Argument-list-too-long

AFAIK this limitation has been lifted in Linux 2.6.23.  That FAQ could
be updated for this.  On my 2.6.24, the non-limit isn't shown:

$ getconf ARG_MAX
131072

but apparently it doesn't exist any more:

$ cd /usr/lib; /bin/echo * * * * * * * * * * * * * * * * * * * * * * * * * | wc
      1   60950 1056000

Cheers,
Ralf




reply via email to

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