특정 Linux 서비스를 다시 시작하는 방법

특정 Linux 서비스를 다시 시작하는 방법

CentOS에서 다음 서비스를 다시 시작하는 명령은 무엇입니까?

  • cpdavd
  • cpsrvd
  • leechprot
  • spamd
  • tailwatch

답변1

CentOS 7을 사용하는 경우

systemctl restart cpdavd cpsrvd leechprot spamd tailwatch

CentOS 6을 사용하는 경우

service cpdavd restart
service cpsrvd restart
service leechprot restart
service spamd restart
service tailwatch restart

관련 정보