How to check Ubuntu Linux operating system architecture is 32 bit OR 64 bit?

To see if your Ubuntu Linux operating system architecture is 32-bit or 64-bit, open up a terminal and run the following command below.

file /sbin/init 

 

Here is the example of output. First line itself tell you  the architechture as 32-bit

Comments

Popular posts from this blog

How to get context path in JQuery?

How to extend Liferay 6.2 session timeout by AJAX call?

How to clear cache programmatically in JSP?