[Bug 4502] New: ls -l always lists UIDs and GIDs as numeric

bugzilla at busybox.net bugzilla at busybox.net
Sun Nov 20 01:02:35 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4502

           Summary: ls -l always lists UIDs and GIDs as numeric
           Product: Busybox
           Version: 1.19.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: zc2expert at gmail.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


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
...

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list