[LINUX]systemctl: command not found 에러
2019. 2. 18. 14:56ㆍ카테고리 없음
systemctl start "service항목" 명령어 사용 시
systemctl: command not found error 에러가 발생하는 경우...
리눅스의 버전은 왜이리 많고 명령어도 틀린지...
아래의 명령어를 사용하면 된다(Centos 6.5에서)
sudo service {servicename} {stop|start|restart}