메뉴 건너뛰기

Qriosys

White Paper

Please understand my incorrect and poor korean expression

LINUX systemctl 명령어 정리

관리자 2016.11.26 13:44 조회 수 : 197

# systemctl start : 데몬 시작
# systemctl stop  : 데몬 종료
# systemctl restart : 데몬 재시작
# systemctl reload : 데몬 reload 
# systemctl status : 데몬 상태 확인
# systemctl enable : 부팅시 이네이블
# systemctl disable : 부팅시 디저블
# systemctl is-enabled : 부팅시 이네이블인지확인
# systemctl is-active : 현재 동작상태인지확인

예)
#systemctl start mariadb.service
#systemctl enable mariadb.service


시스템 데몬 리스트는 아래 폴더에 있다.
ls /usr/lib/systemd/system/*.service