리눅스 systemctl

Jmnote (토론 | 기여)님의 2018년 10월 7일 (일) 16:56 판 (Jmnote님이 CentOS systemctl 문서를 리눅스 systemctl 문서로 이동하면서 넘겨주기를 덮어썼습니다)

1 개요

리눅스 systemctl
/usr/bin/systemctl
  • systemd 시스템, 서비스 매니저를 제어하는 리눅스 명령어
  • CentOS 계열 7 버전에 있음
  • Debian 계열 에 있음
시작 systemctl start 서비스
정지 systemctl stop 서비스
재시작 systemctl restart 서비스
리로드 systemctl reload 서비스
상태보기 systemctl status 서비스
활성화확인 systemctl is-enabled 서비스
활성화 systemctl enable 서비스
비활성화 systemctl disable 서비스
마스크 systemctl mask 서비스
언마스크 systemctl unmask 서비스

2 같이 보기

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