Re: FW: 64 bit or 32 bit
Glynn Clements <[email protected]>
| Newsgroups | org.kernel.vger.linux-admin |
|---|---|
| Message-ID | <[email protected]> |
Kirkwood, David A. wrote: > How can I tell if a given system is running a 32bit krnel or a 64bit > kernel. I a system capable of running either, but I cannot figure out > which kernel is installed on it. gzip -dc /proc/config.gz | fgrep CONFIG_X86_64 There may be similar information elsewhere in /proc; I don't know what /proc/cpuinfo says for 64-bit architectures. -- Glynn Clements <[email protected]> - To unsubscribe from this list: send the line "unsubscribe linux-admin" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html