Dec 1, 2005 #1 mactonio Programmer Nov 18, 2003 55 US hi guys, is there a call that i can make that tells me what os i'm using...for example 'redhat or fedora core' thanks, Chris
hi guys, is there a call that i can make that tells me what os i'm using...for example 'redhat or fedora core' thanks, Chris
Dec 1, 2005 #2 sedj Programmer Aug 6, 2002 5,610 Try : uname -a -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
Try : uname -a -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk
Dec 1, 2005 1 #3 thedaver IS-IT--Management Jul 12, 2001 2,741 US cat /etc/redhat-release Will tell you Redhat, Fedora, and possibly Centos D.E.R. Management - IT Project Management Consulting http://www.dermanagement.com/ Upvote 0 Downvote
cat /etc/redhat-release Will tell you Redhat, Fedora, and possibly Centos D.E.R. Management - IT Project Management Consulting http://www.dermanagement.com/
Dec 1, 2005 1 #4 lballestas IS-IT--Management Dec 1, 2005 3 CO Type the command: # more /proc/version This show the kernel and linux version. Luis Colombia Upvote 0 Downvote