What is the command to find operating system details in Linux?

Use the following command to find the Linux Distribution details like OS Name, version etc.,

cat /etc/issue

Output:

Linux version 3.5.26 (root@techdive) (gcc version 3.3.4) #1 SMP Sat Apr 15 09:44:04 2011

Search