3

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 ?

2 Answers2

3

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

cat /proc/version

hope hat helps

Rodent43
  • 151
1

Use

uname -a

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

Jonno_FTW
  • 1,590