Operating System - HP-UX
1834836 Members
2893 Online
110070 Solutions
New Discussion

Displaying long file names

 

Displaying long file names

Hello.
When i do a command ll, i can't see the complete name only can view eight characters but the file names longer, what can i do??
I have HP-UX 11i
2 REPLIES 2
Yang Qin_1
Honored Contributor

Re: Displaying long file names

how about ls? it is the same? 8 characters only?


Yang
James R. Ferguson
Acclaimed Contributor

Re: Displaying long file names

Hi Alberto:

It sounds like this is a CDROM that you have mounted. If so, you need to mount it with these options:

# /usr/sbin/mount -F cdfs -e -o ro,rr device_file

For success, on 11.11, you need to have *all three* of these patches (or their superseding patches) installed:

PHCO_25841
PHKL_34153
PHKL_26269

Regards!

...JRF...