Jump to content

Recommended Posts

Posted

"Stupid Linux the distro for people who believe MS FUD"

 

Seriously though, I have a question which I am embarrassed to ask. What command is used to get the distro version.

Does Linux have an equivalent of VER in MSDOS or MSINFO in Windows?

Posted

uname -a

 

Will tell you the kernel version. This may, or maynot give you a clue to what the distro is.

 

cat /etc/issue

 

Is a little more reliable.

Posted
Network Geezer: also, /var/log/messages

 

Yes once the syslog service starts, thats where (almost) everything goes. However before the syslog has started, you need to look at the dmesg output. It depends on which stage of the boot process your interested in really. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...