centos6 或者7

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6 或者7相关的知识,希望对你有一定的参考价值。

运行级别的对比
 
 
红帽6:
0,1,2,3,4,5,6
 
红帽7:
poweroff.target
rescue.target
multi-user.target
multi-user.target
multi-user.target
graphical.target
reboot.target
 
 
对比、
 
 
CentOS 6
init 3
 
CentOS 7
systemctl isolate multi-user.target
 
  • 红帽6、红帽7 查看当前级别对比
CentOS 6
runlevel
 
CentOS 7
systemctl list-units -t target
 
 
 
  • 红帽6、红帽7 获取默认运行级别对比
CentOS 6
编辑/etc/inittab文件查看
CentOS 7
systemctl get-default
  • 红帽6、红帽7 修改默认运行级别对比
CentOS 6
编辑/etc/inittab文件修改
CentOS 7
systemctl set-default multi-user.target
  • 红帽6、红帽7 进入紧急救援模式对比
CentOS 6
借助于光盘镜像进入紧急救援模式
CentOS 7
systemctl rescue (依然会启动服务)
systemctl emergency (什么服务都不会启动)
 
 
 
 
 
  • 红帽7 关机、重启、挂起、创建快照
关机:systemctl halt , systemctl poweroff
重启:systemctl reboot
挂起:systemctl suspend
快照:systemctl hibernate
快照并挂起:systemctl hybrid-sleep
  • 查看默认运行级别下开机启动的服务
/etc/systemd/system/default.target -> /usr/lib/systemd/system/multi-user.target

以上是关于centos6 或者7的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段7——CSS动画

centos6 与 7 其中的一些区别

Centos6.7系统环境下使用 yum install 安装mysql-community-5.7.22(史上最简)

python学习环境centos6和7下搭建

centos6&7 常用系统防火墙命令

Linux操作系统安装---centos6.7安装