PDA

View Full Version : Quick UNIX command help



DaFunkyUnit
05-03-2005, 03:19 PM
what is the command to display what version of *NIX is being used?

tia
-daUnit

Cubsfan
05-03-2005, 03:45 PM
Probably some version of uname. uname -a perhaps?

DaFunkyUnit
05-03-2005, 03:51 PM
thanks, Cubsfan

rajatQ2
05-07-2005, 02:28 PM
Varies by release! In the off chance you have redhat linux, try cat /etc/redhat-release

shocky123
05-10-2005, 05:25 AM
cat /proc/version or some similar should work for ya as well


~Kyle