Open Tech archive
Sharing what I know!!!
About Me
Prakash
Working as Technical Lead in CollabNET software private limited.
View my complete profile
Showing posts with label
processor
.
Show all posts
Showing posts with label
processor
.
Show all posts
Tuesday, 13 May 2008
How to find processor 32 bit or 64 bit
Some time you may need to know what bit your processor uses, for installing the packages.
Here is the way you can use to find the information.
getconf LONG_BIT
uname -m
(
x86_64 GNU/Linux indicates you have 64bit CPU. If you use see i386/i486/i586/i686 then it is a 32 bit CPU.
)
Older Posts
Home
Subscribe to:
Posts (Atom)