티스토리 뷰

serverSide/Linux

[CentOS7] SYSTEMCTL 명령어

Root_js 2021. 10. 26. 07:50

systemctl start nginx <== 시작

 

systemctl restart nginx <== 재시작

 

systemctl stop nginx <== 중지

 

systemctl enable nginx <== 부팅 자동 실행

 

systemctl disable nginx <== 부팅 자동 실행 중지

 

systemctl status nginx <== 상태확인

 

 

댓글