Would you like to learn how to discover the Linux architecture using the command-line? This tutorial will teach you how to discover if the installed Linux operating system is running a 32 bit or 64 bits version of Linux.
• Ubuntu 18.04
• Ubuntu 19.10
• Ubuntu 20.04
Ubuntu Playlist:
On this page, we offer quick access to a list of videos related to Ubuntu Linux.
Don’t forget to subscribe to our youtube channel named FKIT.
Ubuntu Related Tutorial:
On this page, we offer quick access to a list of tutorials related to Ubuntu linux.
Tutorial – Verify if the Linux running is a 32 or 64 bits version
Use the GETCONF command.
Here is the command output:
In our example, the computer is running a 64-bit version of Linux.
Use the following command to discover the Linux distribution running.
Here is the command output:
In our example, the computer is running a 64-bit version of Ubuntu Linux 18.04.
You may also use the following command:
Here is the command output:
Congratulations! You are able to verify the Linux architecture using the command-line.