Linux 系统查询处理器架构
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
注意
给出的命令大多需要 root
权限才能运行,请确保您现在已经处于有 root
权限的环境下。
如果您现在没有切换到 root
账户下,那么请使用 su
或者 sudo -s
命令来进行切换。
确认处理器架构
执行下面的命令,根据输出结果查表:
uname -m
如果您的架构为
mips
或mips64
,还需要使用下面的命令来确定处理器的字节序
# 一般来说只需要使用这条命令:
echo -n I | hexdump -o | awk '{print substr($2,6,1); exit}'
# 如果上面的命令报错,请尝试这条:
echo -n I | od -to2 | awk '{print substr($2,6,1); exit}'




A beautiful web dashboard for Linux
最近提交(Master分支:5 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
所有评论(0)