CentOS 6, 7 명령어 대응

CentOS 6, 7 명령어 대응

1 service[ | ]

기능 CentOS 6 CentOS 7
서비스 상태보기 service 서비스명 status systemctl status 서비스명
서비스 시작 service 서비스명 start systemctl start 서비스명
서비스 정지 service 서비스명 stop systemctl stop 서비스명
서비스 재시작 service 서비스명 restart systemctl restart 서비스명
서비스 리로드 service 서비스명 reload systemctl reload 서비스명

2 chkconfig[ | ]

기능 CentOS 6 CentOS 7
자동시작 확인 chkconfig 서비스명 systemctl is-enabled 서비스명
자동시작 설정 chkconfig 서비스명 on systemctl enable 서비스명
자동시작 해제 chkconfig 서비스명 off systemctl disable 서비스명

3 방화벽[ | ]

기능 CentOS 6 CentOS 7
방화벽 중지 service iptables stop systemctl stop firewalld
방화벽 시작 service iptables start systemctl start firewalld
방화벽 자동시작 해제 chkconfig iptables off systemctl disable firewalld
방화벽 자동시작 적용 chkconfig iptables on systemctl enable firewalld

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}