Re: directory order of files

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 29 Jun 2001 10:36:36 +0100 (BST)


> With Linux ext2, and some other systems, when you create files in a
> new directory, the file system remembers their order:

No - it merely seems too.

> $ touch one two three four
> $ ls -U
> one two three four

Then try 'rm three; touch five'

>
> (1) Is there any standard that says a system should behave this way?
> Is there any software that depends on this behaviour?

The order is arbitary.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/