In centos, you can use the uname command to check the number of system digits. This command is used to display system information. When the parameter is set to "-m", the computer type, which is the number of system digits, will be displayed. , the syntax is "uname -m".
The operating environment of this article: centos 6.4 system, Dell G3 computer.
The uname (full English spelling: unix name) command is used to display system information.
uname can display information about the computer and operating system.
Syntax
uname [-amnrsv][--help][--version]
Parameter description:
-a or --all Display all information.
-m or --machine Display the computer type.
-n or --nodename The host name displayed on the network.
-r or --release Display the release number of the operating system.
-s or --sysname Display the operating system name.
-v Displays the operating system version.
--help Display help.
--version Display version information.
The example is as follows:
If it is x86_64, it is 64-bit, and if it is i386, it is 32-bit.
Recommended tutorial: "centos tutorial"
The above is the detailed content of How to check the number of your centos system?. For more information, please follow other related articles on the PHP Chinese website!