Results 1 to 8 of 8
Hi all,
I think my cpanel Linux is red hat 4.1.2 =
Code:
cat /proc/version
Linux version 2.6.32.21-grsec (root@havana.footholds.net) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #5 SMP Thu Jan ...
- 09-06-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 8
Red Hat / Git (newbie)
Hi all,
I think my cpanel Linux is red hat 4.1.2 =
Code:cat /proc/version Linux version 2.6.32.21-grsec (root@havana.footholds.net) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #5 SMP Thu Jan 27 13:20:09 GMT 2011
If so is this an old version of Linux?
I want to install git version control system.
I found instructions on a blog post titled "Getting Git for Your CentOS or Red Hat Server" =
for installing Git on Red Hat or CentOS server (assuming you're using RHEL 5.x or CentOS 5.x)....
Would this be no good for red hat 4.1.2?
Thank youLast edited by Juc1; 09-06-2011 at 12:32 PM.
- 09-06-2011 #2The above will show you what version of RedHat you are running.Code:
cat /etc/redhat-release
- 09-06-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 8
Thanks but I get
=Code:No such file or directory
1.jpg
- 09-07-2011 #4
Are you running RH or some other OS based off of RH?
- 09-07-2011 #5Just Joined!
- Join Date
- Sep 2011
- Posts
- 8
- 09-07-2011 #6
Where did you get the information that your OS is CentOS5?
- 09-07-2011 #7
Another way would be to run the following command:
Code:rpm -q centos-release
- 09-07-2011 #8Just Joined!
- Join Date
- Sep 2011
- Posts
- 8


Reply With Quote
