sudoers
[CentOS] sudo 명령어 권한 부여
[jjh@localhost home]$ sudo yum update [sudo] password for jjh: jjh is not in the sudoers file. This incident will be reported. 위와같이 해당 계정이 sudo기능을 사용하지 못하는 경우가 발생합니다. 이는 sudoers 권한이 계정에 없기 때문인데요 sudoers 권한을 부여하는 방법을 알아보겠습니다. sudoers 권한 관련은 /etc/sudoers 파일에 관리되어지고 있습니다. 우선 root계정으로 로그인 합니다. $ su root vi 편집기를 통해 /etc/sudoers 파일을 열어줍니다. $ vi /etc/sudoers sudoers 파일 중 아래 문구를 찾습니다. root ALL=(ALL:ALL)..