要查看Linux系統的架構,可以使用以下命令:
uname -m
示例輸出可能包括x86_64、i686、arm等。
arch
file /bin/ls
示例輸出可能包括ELF 64-bit LSB executable等。
通過以上命令,你可以獲取Linux系統的架構信息。