check linux is 32 bit or 64 bit
Posted yjyyjy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了check linux is 32 bit or 64 bit相关的知识,希望对你有一定的参考价值。
>getconf LONG_BIT
64
>uname -m
x86_64
https://www.cnblogs.com/liuhaobk/p/11660251.html
以上是关于check linux is 32 bit or 64 bit的主要内容,如果未能解决你的问题,请参考以下文章
3 Ways to Learn Whether a Windows Program is 64-bit or 32-bit
Check if a large number is divisible by 3 or not
Check if a string is NULL or EMPTY using PowerShell
64位linux安装xampp(xampp只支持32位的linux版本) XAMPP is currently only availably as 32 bit application. Pleas
Check whether a binary tree is a full binary tree or not
Check if a digraph is a DAG (Directed Acyclic Graph 有向无环图) or not