Search This Blog

Tuesday, December 16, 2008

Linux - how to determine file type (32 bit or 64 bit)

as a developer sometimes you need to know to the file type of a shared object (32 bit or 64 bit) , link to a wrong file type can cause you problem during linkage.
so the command is:
file [name file ]
the output will be the file type (32/64).
for more information
man file

No comments: