Possible Duplicate:
How do I find out what version of Linux I’m running?

I need to download the right rebol version here http://www.rebol.com/view-platforms.html

Is there a ssh command to know which version of Linux the hosting server uses ?

link|improve this question

75% accept rate
1  
duplicate: superuser.com/questions/11008/… – nagul Aug 24 '09 at 10:35
feedback

closed as exact duplicate by Diago Aug 24 '09 at 10:37

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

If you can ssh to it the you can try a command like

cat /proc/version

hope hat helps

link|improve this answer
feedback

Use

uname -a

THis will give you a few other details you might like to know too

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.