- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 08:18 PM
10-26-2004 08:18 PM
HP-UX
Can anyone tell me after doing a cat or more on file /usr/lib/dld.sl system doesn't display the characters typed. or the particular session will not respond .
Thanks in advance.
Thanks and Regards
Raghuram Rao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 08:27 PM
10-26-2004 08:27 PM
Re: HP-UX
/usr/lib/dld.sl is not a normal ascii/text file .
dld.sl: s800 shared library -not stripped
to see the contents you should use strings commands.
#strings /usr/lib/dld.sl |pg
the output will be something like following.
92453-07B
11.25
92453-07B
11.25
(C) Copyright Hewlett-Packard Co. , 1991-1993. All rights reserved. No part of this program may be photocopied, reproduced, or trans
mitted without prior written consent of Hewlett-Packard Co. .
ShlTool 1
$TEXT$
$UNWIND_START$
$UNWIND_END$
$RECOVER_START$
$RECOVER_END$
$PRIVATE$
$BSS$
$DLT$
$PLT$
$SHLIB_DATA$
$SHLIB_INFO$
$LIT$
$CODE$
$UNWIND$
$DLDJMP$
$MILLICODE$
$PFA_COUNTER$
$DATA$
$SHORTDATA$
$GLOBAL$
$SHORTBSS$
$UNWIND$MILLICODE$
dldjmp
PA-RISC 2.0 Assembler
HP92453-03
UX.11.01.14
_dld_main
_shl_load
_shl_unload
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 08:31 PM
10-26-2004 08:31 PM
Re: HP-UX
You can also use chatr
# chatr /usr/lib/dld.sl
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 08:32 PM
10-26-2004 08:32 PM
Re: HP-UX
don't use cat here, cause it's not a ascii/text file use "strings" instead
strings dld.sl
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 01:07 AM
10-27-2004 01:07 AM
Re: HP-UX
# file /usr/lib/dld.sl
/usr/lib/dld.sl: s800 shared library -not stripped
# file /etc/hosts
/etc/hosts: ascii text
If ascii text, then you can cat/more it.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 01:21 AM
10-27-2004 01:21 AM
Re: HP-UX
use #strings
You can use #cat to view text files.
Regards,
Syam