What is the difference between rhel 6 and rhel7
What is the difference between rhel 6 and rhel7
| difference | rhel 6 | RHEL 7 | 
|---|---|---|
| release date | 10 NOV 2010 | asdasd | 
| OS boot time | 40 sec | 20 sec | 
| Maximum size of single partition | 50TB(EXT4) | 500TB(XFS) | 
| Boot loader | /boot/grub/grub.conf | /boot/grupb2/grub.cfg | 
| Processor architecture | It support 32bit & 64bit both | It only support 64bit | 
| How to format or assign a file system in | # mkfs.ext4 /dev/hda6 | # mkfs.xfs /dev/hda6 | 
| How to repair a file system in | # fsck -y /dev/hda6 | # xfs_repair /dev/hda6 | 
| Command to manage network | # setup | # nmtui | 
| Host name configuration file | /etc/sysconfig/network | /etc/hostname | 
| Default ISO image mount path | /media | /run/media/root | 
| File system chek | e2fsck | xfs_repair | 
| Resize a filesystem | # resize2fs -p /dev/vg00/lv1 | # xfs_growfs /dev/vg00/lv1 | 
| Tune a filesystem | tune2fs | xfs_admin | 
| IP tables and firewalls | iptables | firewalled | 
| Communication between TCP and UDP in backend | netcat | ncat | 
| Interface name | eth0 | ens198(N) | 
| Combining NIC | Network Bonding | Team Driver | 
| NFS server version | NFSv2 | NFSV4 | 
| Database used | Mysql | mariaDB | 
| Managing services | #service sshd restart #chkconfig sshd on | #systemctl restart sshd #systemctl enable shhd | 
| 服务管理方式 | sysV init | systemd | 
| cgroup使用 | 默认都有自己的cgroup | |
| 文件结构 | 
What is the difference between rhel 6 and rhel7的更多相关文章
- 解决redhat的未注册问题
		昨天安装第五步的时候:开始是没有网,,,居然ping不通 网 ,服务器也ping不通,,,,,可能和我前几天删除了网络适配器有关,,把linux桥接对应的适配器给删了,,, 解决办法是打开虚拟网络 ... 
- linux nohup命令
		nohup 命令 用途:不挂断地运行命令.如果你正在执行一个job,并且你希望在退出帐户/关闭终端之后继续运行,可以使用nohup命令.nohup就是不挂起的意思( no hang up). 语法:n ... 
- [RHEL] 配置 LVM 卷
		[RHEL] 配置 LVM 卷 一.Introduction 基础预览 :LVM 认知与扩容操作 高端实战:Linux系统如何迁移至LVM磁盘 之前转过一篇文章 LVM分区在线扩容 ,其原因是我需要给 ... 
- Java 堆内存与栈内存异同(Java Heap Memory vs Stack Memory Difference)
		--reference Java Heap Memory vs Stack Memory Difference 在数据结构中,堆和栈可以说是两种最基础的数据结构,而Java中的栈内存空间和堆内存空间有 ... 
- Linux:将rhel yum 切换到centos yum
		Red Hat Enterprise Linux Server(RHEL) yum安装软件时This system is not registered with RHN. RHN support wi ... 
- Configure a bridged network interface for KVM using RHEL 5.4 or later?
		environment Red Hat Enterprise Linux 5.4 or later Red Hat Enterprise Linux 6.0 or later KVM virtual ... 
- 在CentOS或RHEL上安装Nux Dextop仓库
		介绍 Nux Dextop是类似CentOS.RHEL.ScientificLinux的第三方RPM仓库(比如:Ardour,Shutter等等).目前,Nux Dextop对CentOS/RHEL ... 
- 1-linux系统管理(一)之安装RHEL 6.4
		linux系统管理之安装RHEL 6.4 进入安装界面 这里选择跳过 点击下一步 选择安装语言 选择键盘 选择系统储存方式 选择是否格式化储存设备 给安装的系统一个计算机名 选择时区 给root一个密 ... 
- CentOS 7 (RHEL 7)服务管理命令的变化
		CentOS 7 (RHEL 7)带来了新的服务管理命令,为了保持兼容原有的命令仍可以使用,以下是新旧命令的对照. 启动.停止.重启.重载.检查服务:6: service httpd start|st ... 
随机推荐
- 用WebCollector爬取新浪微博数据
			教程已转移:http://datahref.com/archives/28 WebCollector爬取新浪微博等完整演示样例project可加群250108697或345054141从群文件里下载. ... 
- iOS网络高级编程:iPhone和iPad的企业应用开发之错误处理
			本章内容 watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvcWluZ2h1YXdlbmthbmc=/font/5a6L5L2T/fontsize/400/fi ... 
- ubuntu下安装jre
			jre下载地址:http://www.java.com/en/download/manual.jsp 1.将下载好的jre-7u55-linux-x64.tar.gz文件解压缩,得到jre1.7.0_ ... 
- 可编程数据平面将OpenFlow扩展至电信级应用(一)
			可编程数据平面将OpenFlow扩展至电信级应用(一) 案例:基于WinPath网络处理器的电信极OpenFlow (CG-OF)client实现 作者:Liviu Pinchas, Tao Lang ... 
- Chrome浏览器扩展开发系列之十四:本地消息机制Native messagin
			Chrome浏览器扩展开发系列之十四:本地消息机制Native messaging 2016-11-24 09:36 114人阅读 评论(0) 收藏 举报 分类: PPAPI(27) 通过将浏览器 ... 
- LeetCode 141. Linked List Cycle (链表循环)
			Given a linked list, determine if it has a cycle in it. Follow up:Can you solve it without using ext ... 
- [Python] partial改变方法默认參数
			Python 标准库中 functools库中有非常多对方法非常有有操作的封装,partial Objects就是当中之中的一个,他是对方法參数默认值的改动. 以下就看下简单的应用測试. #!/usr ... 
- SoapUI报ClientProtocolException错误
			在SoapUI中出现了这个错误 org.apache.http.client.ClientProtocolException 检查后发现是SoapUI安装目录下lib中多了httpclient-*** ... 
- 八大排序算法(Python)
			一.插入排序 介绍 插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的.个数加一的有序数据. 算法适用于少量数据的排序,时间复杂度为O(n^2). 插入 ... 
- Akka源码分析-FSM
			akka还有一个不常使用.但我觉得比较方便的一个模块,那就是FSM(有限状态机).我们知道了akka中Actor模型的具体实现之后,就会发现,Akka的actor可以非常方便的实现FSM.其实在akk ... 
