Tatva-Artha

meaning of "it"

Archive for the ‘linux’ tag

Linux: Detecting system Architecture

without comments

Following commands help with determining OS/CPU/hardware on a linux system:

cat /proc/cpuinfo

uname [-a -i -p]

-a = print all info

-i = architecture

-p = processor

Written by admin

May 21st, 2009 at 6:18 pm

Posted in All,Technology

Tagged with ,