Possible values for `uname -m`

Viewed 10823

The uname(1) command-line utility has a -m option which prints the "machine hardware name".

On Linux, this field comes from the machine member of struct utsname, as populated by the uname(2) system call.

Many other language APIs return this information:

What are the possible values for the "machine" field?

1 Answers
Related