Inside Out

Which Linux Distro are you using ??

Here are a few ways to find out which linux distro you are using :

- **From the Boot Time messages**
</p>
Fire up your favourite terminal program and type in the following

`dmesg | head -1  `

</code>

The output would be similar to

<p>
`Linux version 2.6.13-15-default ([email protected]) (gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)) #1 Tue Sep 13 14:56:15 UTC 2005`

Check out this for a script to find out your Distro. 

technorati tags:[suse](http://technorati.com/tag/suse), [linux](http://technorati.com/tag/linux), [distro](http://technorati.com/tag/distro)