The following comnds can be used to determine different information about the version of Linux you are running.
Linux distribution and version
You can use the following commands froma commands prompt to decide which Linux distribution and kernal you are using.
cat /etc/os-release
Linux architecture
You can use the following commands from a commands prompt to decide which architecture your system is running, e.g. 32 or 64.
uname -m