This one time, at band camp, Simon Bryan wrote: >Hi all, >I have an 'application' server provided by a third party, I have root >access via ssh, but would like to query the bxo as to the version of Linux >and Kernel that it is running. Is this possible from the command line?
I had an expect script some time ago that would test for each of the distro stamps in /etc, off the top of my head you want to look for: /etc/debian_version /etc/redhat-release /etc/mandrake-release -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
