sudoers1 728x90 반응형 [우분투 22.04] 레디스(Redis) 설치 오류 "redis is not in the sudoers file." 해결 방법 현상과 원인레디스를 설치할 때 계정이 sudo 권한이 없으면 아래와 같은 메시지가 발생한다.redis is not in the sudoers file. This incident will be reported.해결 방법아래의 명령어를 입력하여 sudo 권한을 부여하기 위한 파일 권한을 조정하고 'sudoers' 파일에 편집 모드로 진입한다.ls -al /etc/sudoerschmod 700 /etc/sudoersls -al /etc/sudoersvi /etc/sudoers아래처럼 계정에 sudo 권한을 부여한다.{계정명} ALL=(ALL) ALL아래의 명령어를 입력하여 권한을 원래대로 돌려 놓는다.chmod 440 /etc/sudoersls -al /etc/sudoers다시 설치를 시도하면 잘 동작할 것.. 2024. 8. 16. 이전 1 다음