Posts Tagged ‘system’

Find machine architecture of a linux system

Friday, August 1st, 2008

This information will be useful in finding out the particular rpm that you have to download when the rpms made for all architectures are available from public repos like rpmind.net , rpm.pbone.net etc
Run the following command
=====
uname -m
or
/bin/arch
====