NetworkGeezer Posted April 25, 2006 Posted April 25, 2006 "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?
Geoff Posted April 25, 2006 Posted April 25, 2006 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.
fooby Posted April 25, 2006 Posted April 25, 2006 Found this on the net, download it CHMOD +x aboutme then run it. I have never used it, this is just a quick google. http://bullium.com/downloads/aboutme hth fooby
NetworkGeezer Posted April 25, 2006 Author Posted April 25, 2006 Thanks Geoff. It save's me having to pay close attention during the boot process. It don't suppose all those messages are written somewhere? /slinks away in shame.
NetworkGeezer Posted April 25, 2006 Author Posted April 25, 2006 Found this on the net, download it CHMOD +x aboutme then run it. I have never used it, this is just a quick google. http://bullium.com/downloads/aboutme hth fooby Thanks fooby I will give it ago.
Geoff Posted April 25, 2006 Posted April 25, 2006 It don't suppose all those messages are written somewhere? dmesg
NetworkGeezer Posted April 25, 2006 Author Posted April 25, 2006 Thanks Geoff. Sometimes one can focus too much on the complex stuff and miss out the basics :oops:
NetworkGeezer Posted April 25, 2006 Author Posted April 25, 2006 Network Geezer: also, /var/log/messages I don't belive this. The day I ask a newbie question is the day I get a four disk "Right now, I'm helping all the newbies" forum rating.
Geoff Posted April 25, 2006 Posted April 25, 2006 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now