Skip to content

How To Determine Your Linux Version

Last updated on July 10, 2019

To determine what version of linux you are running enter the following command.

CentOS / RedHat

cat /etc/fedora-release

Debian / Ubuntu

cat /etc/issue

or

lsb_release -a

Run the following command to determine if you are running a 32-bit or 64-bit version.

# uname -a
Published inLinux

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *