On Tue, Dec 28, 2010 at 1:30 PM, Sagar Belure <[email protected]>wrote:
> On Tue, Dec 28, 2010 at 12:59 PM, Nilesh Govindarajan <[email protected]> > wrote: > > On Mon, Dec 27, 2010 at 11:42 PM, Tha.Suresh <[email protected]> > wrote: > >> 32 bits or 64 bits? > >> > >> Easy and direct way to find this out. > >> > >> $ getconf LONG_BIT > >> > >> Ex: > >> > What is tell ? What OS you have installed OR what CPU is there ? I mean, on amd64, you can install 32 bit iso. What it tell exaclty. Please use alias 32or64="getconf LONG_BIT" in bashrc as this command is difficult to remember. After doing this, you can just type 32or64 to get version info > >> a...@arul-desktop:~$ getconf LONG_BIT > >> 32 > >> a...@arul-desktop:~$ > >> > > > > grep lm /proc/cpuinfo > > sysad...@ground:~$ grep lm /proc/cpuinfo > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca > cmov > pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx > lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 > monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca > cmov > pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx > lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 > monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm > > I couldn't it useful. > > But, it's really nice to see so many other options to check that out. :-) > > -- > Thanks, > Sagar Belure > > -- > l...@iitd - http://tinyurl.com/ycueutm > -- ┌─────────────────────────┐ │ Narendra Sisodiya │ http://narendrasisodiya.com └─────────────────────────┘ -- l...@iitd - http://tinyurl.com/ycueutm
