HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: About "file" output?
Operating System - HP-UX
1832872
Members
2656
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-29-2000 07:43 AM
09-29-2000 07:43 AM
When I get the output "s800 shared executable dynamically linked" from the "file" command, Does that mean it's a C program compiled or what kind of programmation language is it? I know "file" taking its output from /etc/magic, is there a more detail /etc/magic file we can get somewhere to have more significant message output from "file" command? And the third question.... How can I have a look at those "s800 share executable dynamically linked" to understand what they do exactly?
Thanks!
Thanks!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 07:52 AM
09-29-2000 07:52 AM
Solution
Well it could be one of several languages, even a mixture. All file is telling you is that it's an executable binary program that has been built for the HP-UX loader.
There are various commands that will give you more information such as:-
what
chatr
There are various commands that will give you more information such as:-
what
chatr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 08:09 AM
09-29-2000 08:09 AM
Re: About "file" output?
Hi:
For some very good discussion of some of the information returned by 'chatr' see the file: /usr/share/doc/mem_mgt.txt
This document will go a long way to answering some of your questions.
...JRF...
For some very good discussion of some of the information returned by 'chatr' see the file: /usr/share/doc/mem_mgt.txt
This document will go a long way to answering some of your questions.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2000 07:55 AM
10-02-2000 07:55 AM
Re: About "file" output?
The odump command can often tell you what compilers were used to create the .o files inside a program or shared library. It is available for 11.00 as part of patch PHSS_21947. The build options can be read with
/usr/ccs/bin/odump -compunit someprogram
odump has many other options. You can see them with "man odump" or "odump -usage".
Some compilers don't record the information that odump uses. Stripping the symbols from a program will also remove much of the information odump needs.
/usr/ccs/bin/odump -compunit someprogram
odump has many other options. You can see them with "man odump" or "odump -usage".
Some compilers don't record the information that odump uses. Stripping the symbols from a program will also remove much of the information odump needs.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP