By Alfred Tuinman
- One minute read - 45 wordsEdited on March 21, 2023
To find out whether the pc you are working on is actually a 32 or 64 bit machine you have to give the following terminal command:
uname -m
If it displays i386 or i686 then it is 32 bit. x86_64 is a 64 bit machine.