On Wed, 15 Sep 2004, Patrick B. O'Brien wrote:
What command can I issue telling me if I'm a 64 or 32 bit?
uname -p (processor): ->i686 for 32, ->x86_64 for 64 uname -i (hardware platform): ->i386 for 32, ->x86_64 for 64 Cheers, Peter.
uname -a 32 bit: [landman@protein:~] 101 >uname -a Linux protein 2.4.21-231-athlon #1 Mon Jun 28 15:34:25 UTC 2004 i686 athlon i386 GNU/Linux 64 bit: /home/landman> uname -a Linux hammer 2.4.21-215-smp #1 SMP Tue Apr 27 16:26:32 UTC 2004 x86_64 x86_64 x86_64 GNU/Linux Patrick B. O'Brien wrote:
What command can I issue telling me if I'm a 64 or 32 bit?
-- Joseph Landman, Ph.D Founder and CEO Scalable Informatics LLC, email: landman@scalableinformatics.com web : http://www.scalableinformatics.com phone: +1 734 612 4615
uname -m would suffice On Wed, 15 Sep 2004 13:50:09 -0400, Joe Landman <landman@scalableinformatics.com> wrote:
uname -a
32 bit:
[landman@protein:~] 101 >uname -a Linux protein 2.4.21-231-athlon #1 Mon Jun 28 15:34:25 UTC 2004 i686 athlon i386 GNU/Linux
64 bit:
/home/landman> uname -a Linux hammer 2.4.21-215-smp #1 SMP Tue Apr 27 16:26:32 UTC 2004 x86_64 x86_64 x86_64 GNU/Linux
Patrick B. O'Brien wrote:
What command can I issue telling me if I'm a 64 or 32 bit?
-- Joseph Landman, Ph.D Founder and CEO Scalable Informatics LLC, email: landman@scalableinformatics.com web : http://www.scalableinformatics.com phone: +1 734 612 4615
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (4)
-
Joe Landman
-
Michael Kershaw
-
Patrick B. O'Brien
-
Peter Niessen