Is my Linux 32 bit or 64 bit, how to discover?

Anonym23120011/04/2010 10:16 AM Report
What command should I use to detect whether my server is running 32 or 64 bit kernel?

Answers

Add a answer ▾

Discussion

Anonym23120711/04/2010 11:00 AM Report
Run this:

$ uname -a

If the response contains "x86_64 GNU Linux" you are running 64bit Linux.
Add a question comment ▾