名称解释
重启reboot
关机

shutdown  -h   now

poweroff

查看本机IP地址ifconfig
查看默认网卡信息的文件cat /etc/sysconfig/network-scripts/ifcfg-eth0
重启网络  service network  restart
防火墙服务   IPtables  
查看防火墙服务是否开启service iptables status
关闭防火墙service iptables stop
查看防火墙开机是否启动  chkconfig iptables --list
开启防火墙service iptables start
让防火墙开机不启动chkconfig iptables off
让防火墙开机启动chkconfig iptables on
05-26 18:26