Tuesday, July 8, 2008
Is my computer/ operating system is 64-bit or 32 bit?
How can I determine if my computer/operating system is 64-bit?
A nice link to share
Article: How to determine that your OS is 64-bit compliant (for AIX, SUN solaris, Linux and Windows)
http://www.stata.com/support/faqs/win/64bit.html
Subscribe to:
Post Comments (Atom)
© Jadu Saikia www.UNIXCL.com
1 comment:
you can use the following command in linux to check your machine is 32 bit compliant or 64 bit.
# getconf LONG_BIT
Or else, just simply use file command.
# file /usr/bin/ls
Post a Comment