bug-coreutils
[Top][All Lists]
Advanced

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

du, file descriptors


From: Tim Waugh
Subject: du, file descriptors
Date: Mon, 12 May 2003 11:39:00 +0100
User-agent: Mutt/1.4.1i

This report came to me from:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=90563

Try this:

rm -rf arena; mkdir arena; cd arena
seq 1 1024 | xargs touch
du -s *

I get this near the end of the output:
du: cannot open current directory: Too many open files

During the ./configure run the fd limit was detected as 1019.

The same problem can be observed by lowering ulimit and trying with
fewer files, of course.

Tim.
*/

Attachment: pgpHyON8kRkmZ.pgp
Description: PGP signature


reply via email to

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