温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

centos的安装与操作方法

发布时间:2021-08-05 21:08:49 来源:亿速云 阅读:106 作者:chen 栏目:系统运维

本篇内容主要讲解“centos的安装与操作方法”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“centos的安装与操作方法”吧!

CentOS 简介
CentOS(Community Enterprise Operating System)是一个基于Red Hat Linux 提供的可自由使用源代码的企业级 Linux发行版本,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些要求高度稳定性的服务器以CentOS替代商业版的Red Hat Enterprise Linux使用,相对于其他Linux发行版,其稳定性值得信赖。两者的不同,在于CentOS并不包含封闭源代码软件,详见我先前的博客 Centos和Redhat的区别和联系

CentOS 下载安装
官方下载页面:http://wiki.centos.org/Download
i386镜像:http://isoredirect.centos.org/centos/6/isos/i386/
x86-64镜像:http://isoredirect.centos.org/centos/6/isos/x86_64/
CentOS 6.4下载:http://mirrors.163.com/centos/6.4/isos/ (网易镜像)
CentOS帮助文档: http://mirrors.163.com/.help/centos.html

CentOS 查看版本

# lsb_release -a
LSB Version:    :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description:    CentOS release 5.4 (Final)
Release:        5.4
Codename:       Final

uname命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。

root@MyMail ~ # uname
Linux
root@MyMail ~ # uname -r

2.6.32-279.el6.x86_64

以下二种方法适用于RedHat,CentOS

root@MyMail ~ # cat /etc/redhat-release
CentOS release 6.3 (Final)

登录到linux执行 rpm -q redhat-release 或 rpm -q centos-release
root@MyMail ~ # rpm -q centos-release
centos-release-6-4.el6.centos.10.x86_64

到此,相信大家对“centos的安装与操作方法”有了更深的了解,不妨来实际操作一番吧!这里是亿速云网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI