[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: weird ls behaviour on GNU/Hurd...
From: |
Paul Eggert |
Subject: |
Re: weird ls behaviour on GNU/Hurd... |
Date: |
15 Mar 2004 15:44:11 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
"Alfred M. Szmidt" <ams@kemisten.nu> writes:
> | ams@hurd:~/coreutils/coreutils/src$ ./ls -l /tmp/time-1.7.tar.gz
> | -rw-r--r-- 135987201 ams root 103066 Mar 13 05:15 /tmp/time-1.7.tar.gz
> | ams@hurd:~/coreutils/coreutils/src$ ./ls -l /tmp/time-1.7.tar.gz
> | -rw-r--r-- 1 ams root 103066 Mar 13 05:15 /tmp/time-1.7.tar.gz
135987201 is 81B0001 in base 16, so it looks as though ls is getting
garbage in the upper half of st_nlink somehow. Could be an ls bug, of
course.