[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: how to identify 32 vs 64 bit CPU?



Once upon a time Thursday 09 August 2007, Robert P. J. Day wrote:
>   i'm sure there's a trivial way to do this, but what's a simple way
> to tell if a system has a 32 or a 64 bit CPU?  something that i could
> run from within a script.  thanks.
>
> rday

cat /proc/cpuinfo |grep lm 
 
the lm flag indicates supporting 64 bit

Dennis

Attachment: signature.asc
Description: This is a digitally signed message part.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]