Skip to content

Linux: erkennen ob Betriebssystem 32bit oder 64bit ist

Ich war geraden auf einem Server und wollte nur mal eben nachschauen, ob es ein 32bit oder 64bit Server ist. Ehhm.. ja… wie mach ich das am besten?

uname -m
x86_64
file /usr/bin/file oder file /sbin/init
/usr/bin/file: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped

Zuletzt aktualisiert: 18. Juni 2011 — 22:36