Q. Which command will display the CPU architecture?
β
Correct Answer: (D)
uname -m
Explanation: 'uname -m' shows the machine hardware name, which reflects CPU architecture.