Linux

[Linux] systemd 기반 명령어 systemctl

MAYMIN 2024. 11. 3. 20:19
728x90
SMALL

🍧 systemctl 명령어의 종류

명령어 설명
systemctl 현재 동작중인 유닛 출력
systemctl -a 전체 유닛 출력
systemctl status 유닛명 유닛 서비스 상태 확인
systemctl stop 유닛명 유닛 서비스 정지
systemctl start 유닛명 유닛 서비스 시작
systemctl restart 유닛명 유닛 서비스 재시작

 

728x90
LIST

'Linux' 카테고리의 다른 글

[Linux] 시스템 종료 명령어  (0) 2024.11.03
[Linux] 네트워크 명령어  (0) 2024.11.03
[Linux] 정규 표현식  (0) 2024.11.03
[Linux] 리눅스 디렉터리 종류와 특징  (0) 2024.10.29
Crontab 시간 설정 간단 정리  (0) 2024.10.28