centos從7開始默認用的是firewalld,這個是基于iptables的,雖然有iptables的核心,但是iptables的服務是沒安裝的。所以你只要停止firewalld服務即可:
sudo systemctl stop firewalld.service && sudo systemctl disable firewalld.service
搞了半天終于把防火墻關(guān)了
sudo systemctl stop firewalld.service && sudo systemctl disable firewalld.service
搞了半天終于把防火墻關(guān)了
2016-05-25
用了這個RPM包文件提取命令,但是當前目錄下沒有出現(xiàn)bin文件 ,之后在 -idv 后什么也沒加,終于出現(xiàn)了目錄,呵呵,所有的,在我的/root/ 出現(xiàn)了 etc 等目錄
2016-05-24