CentOS7如何關閉防火牆

使用命令:systemctl status firewalld.service

查看防火牆狀態

執行後可以看到綠色字樣標註的“active(running)”,說明防火牆是開啓狀態

使用命令:systemctl stop firewalld.service    

關閉運行的防火牆

關閉後,使用命令systemctl status firewalld.service

查看防火牆狀態

可以看到,disavtive(dead)的字樣,說明防火牆已經關閉

輸入命令:systemctl disable firewalld.service,禁止防火牆服務器

 

 

 

SecureCRT 8.3 中文版(下載+破解)

https://blog.csdn.net/u014209205/article/details/83046857

linux常用命令command not found的解決方案

https://blog.csdn.net/yufei_java/article/details/78632925

Linux下的 command not found錯誤(解決方法)

https://blog.csdn.net/zq199692288/article/details/78871046

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章