linux-l: ls -ulr bringt unterschiedliche Ergebnisse

Alexander Stielau aleks at sailtraining.de
Mo Jan 22 16:52:44 CET 2001


Moin!

Folgendes Problem:

bash-2.04$ uname -a ; cat /etc/SuSE-release ; ls --version
Linux golem 2.2.16 #3 Thu Oct 26 17:32:21 CEST 2000 i686 unknown
SuSE Linux 7.0 (i386)
VERSION = 7.0
ls (GNU fileutils) 4.0
bash-2.04$ ls -ulr
insgesamt 4
-rw-r--r--   1 ast      ast          1671 Jan 22 16:41 testdatei
bash-2.04$ cat testdatei > /dev/null 
bash-2.04$ ls -ulr
insgesamt 4
-rw-r--r--   1 ast      ast          1671 Jan 22 16:42 testdatei
bash-2.04$ 

Dieses Verhalten ist mE korrekt, oder?

Verglichen mit:

reboot:/tmp/lstest# uname -a ; cat /etc/debian_version ; ls --version
Linux reboot 2.4.0 #29 Sam Jan 20 23:35:39 CET 2001 i686 unknown
testing/unstable
ls (GNU fileutils) 4.0.32
[...]

reboot:/tmp/lstest# cat testdatei > /dev/null
reboot:/tmp/lstest# ls -ulr
insgesamt 196
-rw-r-----    1 root     root       195821 Jan 22 16:36 testdatei
reboot:/tmp/lstest# cat testdatei > /dev/null
reboot:/tmp/lstest# date
Mon Jan 22 16:43:47 CET 2001
reboot:/tmp/lstest# ls -ulr
insgesamt 196
-rw-r-----    1 root     root       195821 Jan 22 16:36 testdatei
reboot:/tmp/lstest# 

Und ein dritter Versuch:

ast at sushi:/tmp/lstest$ uname -a; cat /etc/debian_version ; ls --version
Linux sushi 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686 unknown
woody
ls (GNU fileutils) 4.0.32

ast at sushi:/tmp/lstest$ ls -ulr
total 8
-rw-r--r--    1 ast      ast          7868 Jan 22 16:46 testdatei
ast at sushi:/tmp/lstest$ date
Mon Jan 22 16:47:05 CET 2001
ast at sushi:/tmp/lstest$ cat testdatei > /dev/null
ast at sushi:/tmp/lstest$ ls -ulr
total 8
-rw-r--r--    1 ast      ast          7868 Jan 22 16:47 testdatei


1 und 3 erscheint mir richtig, das Verhalten von reboot
falsch. Unterschied zu 3 ist der aktuelle Kernel.

Was tun? Müssen da die Fileutils neu kompiliert werden?

Aleks
-- 
		
		airconditioned environment - do not open windows



Mehr Informationen über die Mailingliste linux-l