码迷,mamicode.com
首页 > 其他好文 > 详细

管理操作系统

时间:2019-08-25 01:30:10      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:res   iptables   sof   rip   需要   开机   修改   网卡   reboot   

配置网络ip地址

  1、查看当前IP地址:ifconfig

                       技术图片

  2、修改IP地址:vim /etc/sysconfig/network-scripts/ifcfg-eno16777736

        需要修改的内容有:  

                 IPADDR=192.168.11.106

                 GATEWAY=192.168.11.2

                 ONBOOT=yes

                 BOOTPROTO=static

                 DNS1=192.168.11.2

        修改完保存退出之后重启网卡:service network restart

防火墙

  1、查看防火墙状态:service iptables status

  2、临时关闭防火墙:service iptables stop

  3、查看防火墙开机启动状态:chkconfig iptables --list

  4、关闭防火墙开机启动:chkconfig iptables off

  5、开启防火墙开机启动:chkconfig iptables no

开机、关机、重启

  sync:将数据从内存同步到硬盘中

  shutdown[选项]时间:

            -h:关机

            -r:重启

  halt:关机,等同于shutdown -h now和power off

  reboot:重启,等同于shutdown -r now

 

管理操作系统

标签:res   iptables   sof   rip   需要   开机   修改   网卡   reboot   

原文地址:https://www.cnblogs.com/guyuangang/p/11406416.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!