메뉴 건너뛰기

kalmason

White Paper

Please understand my incorrect and poor korean expression

LINUX
2016.11.26 13:44

systemctl 명령어 정리

조회 수 67 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

# 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