[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[LFN22155902] Bugreport: coreutils-6.5 ls -l and uid lookup failure
From: |
Nicholas Stallard |
Subject: |
[LFN22155902] Bugreport: coreutils-6.5 ls -l and uid lookup failure |
Date: |
Wed, 22 Nov 2006 15:38:13 +0100 |
Hello,
I think I may have found a bug in the current ls implementation.
------------------------------------------------------------------------
Using the ls from coreutils 6.4:
$ /tmp/ls --version | head -1
ls (GNU coreutils) 6.4
$ /tmp/ls -ld js
drwxrwxr-x 4 182 users 512 Aug 24 15:25 js
The user js is not known on my system, hence
the display of the numeric uid.
------------------------------------------------------------------------
Using the ls from coreutils 6.5 :
$ ls --version | head -1
ls (GNU coreutils) 6.5
$ ls -ld js
drwxrwxr-x 4 users 512 Aug 24 15:25 js
As you can see, the uid is omitted from the output....
Cu, Nicholas
--
Gruss / Best regards | LF.net GmbH | fon +49 711 90074-0
Nicholas Stallard | Ruppmannstr. 27 | fax +49 711 90074-33
address@hidden | D-70565 Stuttgart | http://www.lf.net
- [LFN22155902] Bugreport: coreutils-6.5 ls -l and uid lookup failure,
Nicholas Stallard <=