Linux (1) 썸네일형 리스트형 리눅스 운영 시 서비스 관련 명령(Linux Service Management Commands) 아래 나열한 명령어 사용법은 제가 리눅스에 .net core 를 런칭하면서 주로 사용했던 것들을 정리한 것입니다. 모든 서비스 목록 보기(List all services):systemctl list-units --type=service실행 중인 서비스만 보기(List only running services):systemctl list-units --type=service --state=running특정 서비스 상태 보기(Check the status of a specific service):systemctl status 특정 서비스의 최근 오류 로그 확인(Check recent error logs for a specific service):journalctl -u service name> -p err모든.. 이전 1 다음