Disable Firewalld
To disable firewalld, run the following command as root:
systemctl disable firewalld
Stop Firewalld
To stop firewalld, run the following command as root:
systemctl stop firewalld
Check the Status of Firewalld
And finally, to check the status of firewalld, run the following command as root:
systemctl status firewalld
출처 : https://www.liquidweb.com/kb/how-to-stop-and-disable-firewalld-on-centos-7/
'개발 > 리눅스' 카테고리의 다른 글
rpm 정리 [펌] (0) | 2017.03.30 |
---|---|
chown (0) | 2017.03.29 |
ssh rsa/dsa (0) | 2017.03.20 |
리눅스 파일시스템 구조 (0) | 2017.03.20 |
.bashrc vs .bash_profile (0) | 2017.03.16 |
댓글