PDA

View Full Version : show version of unix/linux


manhh
17th September 2009, 03:32 PM
[root@localhost ~]# cat /proc/version
Linux version 2.6.29.4-167.fc11.i586 (mockbuild@x86-2.fedora.phx.redhat.com) (gcc version 4.4.0 20090506 (Red Hat 4.4.0-4) (GCC) ) #1 SMP Wed May 27 17:14:37 EDT 2009
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.29.4-167.fc11.i586 #1 SMP Wed May 27 17:14:37 EDT 2009 i686 i686 i386 GNU/Linux
[root@localhost ~]#


i586,i686,i386,etc


which is right/exact one? 3ks

bob
17th September 2009, 05:11 PM
https://fedoraproject.org/wiki/Documentation_Architecture_Specific_Content_Beats

So, essentially i586 was implemented as the standard for F11 but it's pretty interchangeable with i686. Frankly, all modern computers will work just fine with anything i386 and up.