본문 바로가기

systemctl1

systemctl 간단 사용법

# systemctl list-units --type=service # systemctl start httpd.service # systemctl stop httpd.service # systemctl restart httpd.service # systemctl enable httpd.service # systemctl disable httpd.service LINUX 2015. 12. 7.
반응형