How to check if Linux kernel is 64-bit
26 November 2023 (Updated 26 November 2023)
Run:
uname -a
This command will return the architecture of your kernel. If it shows x86_64
, your kernel is 64-bit. If it shows i686
or i386
, itโs 32-bit.
Tagged:
Linux
Thanks for your comment ๐. Once it's approved, it will appear here.
Leave a comment