size of machine 64 or 32 bit

前端 未结 6 1076
一整个雨季
一整个雨季 2021-02-15 17:32

If I am working on a Unix machine, how could I know the size of the machine whether it is 64-bit or 32-bit machine?

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-15 18:19

    If you're just looking to check the architecture of a machine you're on,

      %> uname -a
    

    from the command line usually contains an indication in the output.

提交回复
热议问题