How Do I Know if I'm Running 32-bit or 64-bit Linux?
The "uname" command in linux tells us which version of linux you are running.
32-bit or 64-bit Linux
#1 : Open Terminal/shell
#2 : Then, Type the following command.
uname -m
# : If the response is i686, you have a 32-bit version of Linux.
# : If the response is x86_64, you have a 64-bit version of Linux.
Note:
You can find out more detail about your particular installation of Linux, like your kernel version, by entering the following command.
uname -a
Related posts:
Your IP address1 is: 172.18.0.2
Tutorials
Latest Updates
Follow us
- Tech-Tutorials twitter.com/techcuriosity