That's one of the preferred methods, yes.Thanks for the info. So I should useinstead ofCode:
getconf LONG_BIT
to know exactly the number of bits in the OS that is running.Code:
uname -m
You can also use dpkg --print-architecture to see the "native" installed architecture (armhf or arm64), or you can check one of the binaries with something like file to see what it was built for (file /bin/ls)
Statistics: Posted by rpdom — Mon Apr 22, 2024 7:28 am