简单讲述使用RHEL合法

系统 Linux
使用RHEL合法让很多人都很困扰,RHEL的版权由GPL软件版权和Red Hat自有版权两部分组成,现在对这个问题我们进行了详细的解释。

经常会有网友在论坛中提出问题“这样使用RHEL合法吗?”这样的问题,在这里笔者对使用RHEL合法进行一下介绍。

RHEL 的版权由 GPL 软件版权和 Red Hat 自有版权两部分组成,而由于 GPL 许可证具有传染性,故所有基于 GPL 开发的软件都要符合 GPL 条款,因此 Red Hat 自有版权部分在 RHEL 中只占很少的部分,只需删除所有 Red Hat Network Code 即可完全自由使用RHEL。这在 RHEL Subscriptions Renewal FAQs 里说得很清楚:

If I don't renew, can I continue to use the software? Yes, under the General Public License (GP), you may use the software and maintain your own custom version of Linux.

However, you will not have access to:Technical support from Red Hat.Security or software updates via Red Hat Network. You will have to find updates from alternative resources that provide reliable, secure downloads.Support from certified hardware suppliers or software vendors like Oracle for applications running on an expired Red Hat Enterprise Linux subscription.

Coverage from the Red Hat Open Source Assurance program, featuring an Intellectual Property Warranty for Red Hat Enterprise Linux customers. Red Hat designed the program to protect customers using open source solutions.

Please note that when your subscription expires you will still be bound by the terms and conditions of the End User License Agreement and will have to remove all copies of Red
Hat Network Code.

Red Hat 的营利模式是 Subscription Business Model,即通过向用户出售技术服务,获取相应年费营利.其 Subscription 内容主要包括 phone support、web support 和 unlimited incidents。如果你的技术能力足以自我 Support,又何必购买如此昂贵的 Support 呢?

这样使用 RHEL 合法。其实 Oracle 所谓的 Unbreakable Enterprise Linux 就是把 RHEL 改头换面,再低价出售 Compatiable Subscription,详见:
http://en.wikipedia.org/wiki/Oracle_Enterprise_Linux

当 然,Red Hat 为 Linux 的发展付出了巨大的努力,他们提供的 Red Hat Enterprise Linux 系列较之同类产品,无论在功能还是性能方面都有极大的提升(相对于 Fedora 9 和 Ubuntu Server 的测试结果可以看出)。我们应该如何回馈 Red Hat,促使其继续保持对开源软件的巨大热情,进一步推动 RHEL 又好又快发展,这是大家都需要考虑的问题(欢迎购买 Red Hat 相关产品、服务,参加 RHCE/RHCA 认证培训和考试)。

最后,向各位担心法律问题的朋友,奉上许可证检查脚本: CheckLicense.sh

#!/bin/bash
# Author: hutuworm (http://hutuworm.blogspot.com)
# RELEASED UNDER GPLv2.
for PACKAGE in `rpm -qa`
do
NOTICE=`rpm -qi $PACKAGE | grep License | grep -iE 'red ?hat'`
if [ ! "$NOTICE" = "" ]
then
echo $PACKAGE ":" $NOTICE ;
fi
done

在装有 RHEL 的服务器上执行:
# sh CheckLicense.sh
redhat-logos-1.1.14.3-1 : Size : 993129 License: Copyright ?1999-2002 Red Hat, Inc. All rights reserved.
anaconda-images-9.1-3.RHEL : Size : 5363878 License: Copyright ?2003 Red Hat, Inc. All rights reserved.
anaconda-product-3-1AS : Size : 75111 License: Copyright 2003 Red Hat, Inc. All rights reserved.

那么只需要把 redhat-logos-1.1.14.3-1、anaconda-images-9.1-3.RHEL、anaconda-product-3-1AS 这三个 rpm 包用 rpm -e 命令从系统中移除,即可高枕无忧。

通过本文对RHEL文件合法的简单描述,希望大家对使用RHEL合法有了更多的了解。

 

【编辑推荐】

  1. 设置ORACLE11g随RHEL5自动启动与关闭
  2. RHEL引导故障解决过程详解
  3. RHEL配置NIS网络信息服务实例(1)
  4. 问题解析:这样使用RHEL是否合法
  5. RHEL5下vi语法高亮的问题
责任编辑:赵杰 来源: 91now
相关推荐

2009-10-10 10:04:50

RHEL合法使用

2009-09-03 15:33:13

RHEL红帽linux

2009-09-25 10:00:47

Hibernate映射

2009-09-28 10:14:08

Hibernate基础

2009-09-24 10:06:42

Hibernate实例

2009-09-25 13:39:40

Hibernate属性

2009-10-16 13:26:53

VB.NET Exce

2009-12-18 15:28:19

Linux内核

2009-10-19 08:55:22

VB.NET多重继承

2010-03-18 11:13:42

2009-10-15 11:11:08

VB.NET Text

2009-10-15 16:39:00

VB.NET读取INI

2010-03-19 16:25:12

云计算

2010-05-28 18:37:11

MySQL管理

2010-03-18 17:29:21

2009-12-23 13:33:23

Fedora 8设备驱

2009-12-18 17:53:45

Linux Apach

2009-10-21 18:28:48

VB.NET表间拖放

2009-10-21 09:03:23

VB.NET Web

2009-10-14 17:08:44

VB.NET使用Fil
点赞
收藏

51CTO技术栈公众号