RHEL7 환경에서 init Service 관리 명령 변경 사항

List processes

chkconfig:

# chkconfig --list

systemd:

# systemctl list-units

Enable a service

chkconfig:

# chkconfig <servicename> on

systemd:

# systemctl enable <servicename>.service

Disable a service

chkconfig:

# chkconfig <servicename> off

systemd:

# systemctl disable <servicename>.service

Start a service

chkconfig:

# service <servicename> start

systemd:

# systemctl start <servicename>.service

Stop a service

chkconfig:

# service <servicename> stop

systemd:

# systemctl stop <servicename>.service

Check the status of a service

chkconfig:

# service <servicename> status

systemd:

# systemctl status <servicename>.service

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

페이스북/트위트/구글 계정으로 댓글 가능합니다.