[오류해결]==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon === 뜰 때

나의글·2024년 4월 26일

오류해결

목록 보기
4/5

==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon ===
Authentication is required to reload the systemd state.
Authenticating as: root
Password:

라고 systemctl명령어를 쓸 때, 이런 오류가 뜰 때가 있다.

해결법은 간단하다

관리자 전용의 권한이므로 당연히 상위 권한 요구하게 된다.
미리 권한 부여해두던지 안 하면 무조건 비번 묻게 된다. (계정이 서비스 관리 권한을 안 가진한)

sudo --를 사용하던가 root로 접속해서 실행하면 된다.

profile
기록 velog

0개의 댓글