Home>Article>Operation and Maintenance> How to check 64-bit method in linux

How to view 64-bit Linux:
1. First enter the lubuntu desktop.

Open the terminal through the shortcut key ctrl alt t.

Enter the uname -a command inside.

After pressing Enter, you see x86_64, which means it is a 64-bit system. Of course, there are prerequisites for the processor architecture.

Or we can view the commonly used command program file file /bin/ls, for example, here we view the ls command.

The output is 64-bit, which means that the ls command program file is under 64-bit, so it is a 64-bit system. Of course, there is a graphical interface and we can also directly View system information in a page like About the System.

Recommended tutorial: "linux tutorial"
The above is the detailed content of How to check 64-bit method in linux. For more information, please follow other related articles on the PHP Chinese website!