Simple life, Complicated mind
Tuesday, February 22, 2011
How to Tell know check determine if a FreeBSD system is 64-bit or 32-bit
Method 1:
# uname -m
i386
Method 2:
# file /bin/ls
/bin/ls: ELF 32-bit LSB executable, Intel 80386
Method 3:
# sysctl -a|grep hw.machine
hw.machine = i386
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment