1751807 Members
3463 Online
108781 Solutions
New Discussion юеВ

Re: 32/64 bits files.

 
SOLVED
Go to solution

32/64 bits files.

Hi.

How can I know if my files are 32bits or 64 bits?

My OS is HP-UX 11.31.

Thanks in advance.

Regards.

DASM
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: 32/64 bits files.

Shalom,

You have a magic want at the file and recite an incantation.

There is no difference between a 32 bit file and a 64 bit file. There may be limits based on the OS of maximum file size, but 11.31 HP-UX is 64 bit only.

Is it possible your question is whether the application is 32 or 64 bit? Please clarify.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James R. Ferguson
Acclaimed Contributor

Re: 32/64 bits files.

Hi:

# file

...will disclose it's bitness.

'ELF-64' or 'LP64' signify 64-bits.

For example:

# file a*.out
a32.out: PA-RISC2.0 shared executable dynamically linked -not stripped
a64.out: ELF-64 executable object file - PA-RISC 2.0 (LP64)

Regards!

...JRF...

Re: 32/64 bits files.

That├В┬┤s I was looking for.

Thank you very much.

Regards.

DASM
James R. Ferguson
Acclaimed Contributor
Solution

Re: 32/64 bits files.

HI (again):

If you are satisfied with the answers you received, please don't forget to assign points:

http://h30499.www3.hp.com/t5/help/faqpage/faq-category-id/kudos#kudos

...JRF...

Re: 32/64 bits files.

The command file