> If you want to get the version of the OS, under linux (and perhaps other > unix) you can call the command "uname". > > os_version = `uname -a` > > regards Yes. I knew this. But my goal is to implement a Unix uname clone. So I can't use uname itself to do that.