아주 간단하게 해결할수 있다.
## sudoreplay and reboot. Use sudoreplay to play back logged sessions. # Defaults log_output # Defaults!/usr/bin/sudoreplay !log_output # Defaults!/usr/local/bin/sudoreplay !log_output # Defaults!/sbin/reboot !log_output ## ## Runas alias specification ## ## ## User privilege specification ## root ALL=(ALL) ALL ## Uncomment to allow members of group wheel to execute any command %wheel ALL=(ALL) ALL
맨아래에 위치한 %wheel ALL=(ALL) ALL 이부분만 주석을 풀어주고 vim에서 :wq! 로 강제로 쓰고 종료한다. 이후 group 파일에서 wheel그룹에 원하는 유저가 포함되어 있는지 확인하면 될것이다.
이후 다시 로긴하고 테스트를 해보자!