跳轉目錄html
cd pathios
跳到上一級目錄centos
cd ..網絡
列出當前目錄tcp
ls centos7
轉到管理員root賬號.net
surest
編輯文件htm
vi pathblog
按i 插入字符
退出時按Esc 退出 再出入命令 :wq 再按Enter,也能夠ZZ退出
http://www.javashuo.com/article/p-wkdpxsco-cw.html
rm -f file 強制刪除文件
重命名文件
mv oldname newname
查看ip
ip addr
centos7 默認不啓動網卡,沒法上網,須要修改配置文件
https://blog.csdn.net/haopeng7816/article/details/83929045
防火牆 firewalld
開放80端口: firewall-cmd --zone=public --add-port=80/tcp --permanent
重啓防火牆以使配置即時生效:systemctl restart firewalld