bugfindutils - Bugs: bug #10800, find: -ls option shows striped...

 
 

bug #10800: find: -ls option shows striped user/group name

Submitter:  None
Submitted:  Tue 26 Oct 2004 08:41:55 AM UTC
   
 
Category:  find Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  4.2.3
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 30 Oct 2004 08:52:58 AM UTC, comment #2: 

The POSIX standard does not include -ls, so we can do whatever seems sensible.  Hence we no longer truncate the username.   This problem is now fixed in the development code, and this fix will be included in the next release.

James Youngman <jay>
Group administrator
Fri 29 Oct 2004 11:31:04 PM UTC, comment #1: 

This problem is caused by the "%-8.8s" format at line 228 of the source file find/listfile.c.   I need to check the POSIX standard to find out if this is the required behaviour.

James Youngman <jay>
Group administrator
Tue 26 Oct 2004 08:41:55 AM UTC, original submission:  

find 4.1.20 strips long (>8) user/group name for '-ls' output:

$ ls -dils foo-file
16906680 0 -rw-rw-r--  1 u234567890 u234567890 0 Oct 26 17:35 foo-file
$ find foo-file -ls
16906680    0 -rw-rw-r--   1 u2345678 u2345678        0 Oct 26 17:35 ./foo-file

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-10-31 jay Open/ClosedOpen Closed
    Fixed ReleaseNone 4.2.3
2004-10-30 jay StatusNone Fixed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code