Bug 4502 - ls -l always lists UIDs and GIDs as numeric
Summary: ls -l always lists UIDs and GIDs as numeric
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.19.x
Hardware: Other Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-20 01:02 UTC by Sergei
Modified: 2011-11-22 18:06 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
strstr assembly dump from libc-2.13.so (12.47 KB, application/octet-stream)
2011-11-22 13:56 UTC, Jelle Martijn Kok
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei 2011-11-20 01:02:35 UTC
OS: android v2.3.6 
Not matter was the -n option specified, the UIDs and GIDs are always numeric not names. 
The native (shipped with the OS) command "ls -l" gives me

lrwxrwxrwx root     root              2011-11-19 19:50 ls -> busybox
-rwxr-xr-x system   sdcard_rw  1085140 2011-11-19 19:39 busybox-armv6l
...

but the "busybox-armv6l ls -l"

gives me

total 2705
-rwxr-xr-x    1 1000     1015       1085140 Nov 20 00:39 busybox-armv6l
lrwxrwxrwx    1 0        0                7 Nov 20 00:50 ls -> busybox
...
Comment 1 Jelle Martijn Kok 2011-11-22 13:56:35 UTC
Created attachment 3770 [details]
strstr assembly dump from libc-2.13.so
Comment 2 Jelle Martijn Kok 2011-11-22 14:00:59 UTC
(In reply to comment #1)
> Created attachment 3770 [details]
> strstr assembly dump from libc-2.13.so

Sorry, attached this file to wrong Bug, so ignore this attachement. (I'm not able to remove it myself...)
Note: it seems bugzilla moves to the next bug after submitting a comment