Patch-ID# 104767-01 Keywords: link ls count merge mode Synopsis: SunOS 4.1.4: ls output merges link-count and mode fields Date: Apr/03/97 Solaris Release: 1.1.2 SunOS Release: 4.1.4 Unbundled Product: Unbundled Release: Relevant Architectures: sun4(all) BugId's fixed with this patch: 4038002 Changes incorporated in this version: Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: /usr/bin/ls Problem Description: 4038002 When a file has a link count greater than 99, the output of 'ls -lia' merges the link-count field with the mode field. Patch Installation Instructions: 1) As root, make a copy of the original "ls" file: mv /usr/bin/ls /usr/bin/ls.FCS chmod 400 /usr/bin/ls.FCS 2) Copy the new "ls" file from the patch directory: cp `arch -k`/ls /usr/bin/ls chmod 755 /usr/bin/ls