Welcome to Siva's Blog

~-Scribbles by Sivananda Hanumanthu
My experiences and learnings on Technology, Leadership, Domains, Life and on various topics as a reference!
What you can expect here, it could be something on Java, J2EE, Databases, or altogether on a newer Programming language, Software Engineering Best Practices, Software Architecture, SOA, REST, Web Services, Micro Services, APIs, Technical Architecture, Design, Programming, Cloud, Application Security, Artificial Intelligence, Machine Learning, Big data and Analytics, Integrations, Middleware, Continuous Delivery, DevOps, Cyber Security, Application Security, QA/QE, Automations, Emerging Technologies, B2B, B2C, ERP, SCM, PLM, FinTech, IoT, RegTech or any other domain, Tips & Traps, News, Books, Life experiences, Notes, latest trends and many more...

Thursday, February 4, 2010

How to find OS bit version in linux/unix

How to find OS bit version in linux/unix?

Just login to your linux server and issue the below command:

-bash-2.05b$ getconf LONG_BIT
32
-bash-2.05b$


-bash-2.05b$ getconf LONG_BIT
64
-bash-2.05b$


In this way, you can easily make out either it's 32 bit or 64 bit OS on the machine.

No comments:

Post a Comment