[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: weird ls behaviour on GNU/Hurd...
From: |
Alfred M. Szmidt |
Subject: |
Re: weird ls behaviour on GNU/Hurd... |
Date: |
Tue, 16 Mar 2004 19:42:17 +0100 (MET) |
> | 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.
Well, if any GNU/Linux users can reproduce it please report it. The
easy way is to list all files in a directory (it should contain lots
of files, the more the better) using the long listing option for ls
(-l).
Cheers.