Linux基础命令

重启
  reboot
关机
  poweroff
  shutdown -h now
查看本机ip信息的名称
  ifconfig
查看默认网卡信息的文件
  cat /etc/sysconfig/network-scripts/ifcfg-eth0
重启网络
  service network restart

xshell链接不了虚拟机中的centos系统最大的可能
  windows键+r ( 相当于直接点运行)敲入命令
  services.msc
  确保 VMware NAT Service和VMware DHCP Service 开启的
查看防火墙是否关闭
  service iptables status
关闭防火墙
  service iptables stop
开启防火墙
  service iptables start
查看防火墙开机是否启动
  chkconfig iptables --list
让防火墙服务开机不启动
  chkconfig iptables off
让防火墙服务开机启动
  ·chkconfig iptables on

posted on 2019-07-01 19:15  不酷也要写代码  阅读(98)  评论(0编辑  收藏  举报

导航