百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>服务器> Centos 6.X 与Centos 7.X一些区别整理
分享文章到:

Centos 6.X 与Centos 7.X一些区别整理

发布时间:01/15 来源: 浏览: 关键词:
Centos 6.X 与Centos 7.X会有什么区别呢,许多的朋友从Centos 6.X 到Centos 7.X会有一些功能不知道或命令已经不可使用了,这里小编整理一些自己知道的区别吧。

man:

centos 6.x

[root@Lnmp ~]# whatis man
man: nothing appropriate
[root@Lnmp ~]# makewhatis
[root@Lnmp ~]# man -f man
man                  (1)  - format and display the on-line manual pages
man.config [man]     (5)  - configuration data for man
man [manpath]        (1)  - format and display the on-line manual pages
centos 7.x

[root@localhost ~]# man -f man
man: nothing appropriate.
[root@localhost ~]# makewhatis
-bash: makewhatis: command not found
[root@localhost ~]# mandb
[root@localhost ~]# man -f man
man (1)              - an interface to the on-line reference manuals

服务启动:

centos6.x:

[root@Shell byrd]# /etc/init.d/sshd status    #查询sshd服务状态
openssh-daemon (pid  1183) is running...
[root@Shell byrd]# /etc/init.d/sshd restart    #重新启动sshd服务
Stopping sshd:                                             [  OK  ]
Starting sshd:                                             [  OK  ]
[root@Shell byrd]# service sshd restart    #重新启动sshd服务
[root@Shell byrd]# chkconfig --list|grep 3:on    #启动服务

centos7.x:

[root@hz ~]# systemctl status sshd.service    #查询sshd服务状态
sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled)
   Active: active (running) since Tue 2016-01-12 16:04:22 CST; 5min ago
  Process: 2018 ExecStartPre=/usr/sbin/sshd-keygen (code=exited, status=0/SUCCESS)
 Main PID: 2019 (sshd)
   CGroup: /system.slice/sshd.service
           └─2019 /usr/sbin/sshd -D
[root@hz ~]# systemctl restart sshd.service    #重新启动sshd服务
[root@hz ~]# systemctl list-unit-files|grep enabled    #查询所有启动服务

防火墙

centos6.x(默认是iptables):

[root@Shell byrd]# iptables -t filter -A INPUT -p tcp --dport 22 -j ACCEPT    #允许22端口,默认sshd服务


centos7.x(默认是firewalld):

[root@hz ~]# firewall-cmd --permanent --zone=public --add-port=22/tcp    #允许22端口,默认sshd服务
未完待续!!!

打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

共有5人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板