On 2008-12-21 16:52:54 -0500, fishwick at cise.ufl.edu wrote:
> I am using a 32 bit system, but not absolutely sure.. is "uname
> -a" the way to find out?
That often works with distro-provided kernels. You could also use:
$ getconf LONG_BIT
32
$
-Coyle