Ubuntu
명령어 종류 | systemctl | service |
서비스 상태확인 | systemctl status [서비스명] | service [서비스명] status |
서비스 시작 | systemctl start [서비스명] | service [서비스명] start |
서비스 정지 | systemctl stop [서비스명] | service [서비스명] stop |
서비스 재시작 | systemctl restart [서비스명] | service [서비스명] restart |
서비스 리로드 | systemctl reload [서비스명] | service [서비스명] reload |
REFERENCE
아파치, 우분투 서비스 상태 확인, 시작, 중지, 재시작 명령어
명령어 종류 systemctl service /etc/init.d/ httpd 우분투 (서비스명: apache2) 아파치 상태 확인 systemctl status apache2 service apache2 status /etc/init.d/apache2 status 아파치 시작 systemctl start ap..
vtree.tistory.com
'Dev > Linux' 카테고리의 다른 글
[Linux/FTP] "서버가 알 수 없는 주소와 수동형 응답을 보냈습니다." (0) | 2022.09.01 |
---|