휠 그룹에 사용자를 추가하고 싶은데 /etc/group 파일에 휠 그룹이 없습니다.
또한 sudoers 파일에서 "%wheel" 줄의 주석 처리를 제거했습니다.
root@solaris:~# grep wheel /etc/sudoers
## Uncomment to allow members of group wheel to execute any command
%wheel ALL=(ALL) ALL
#%wheel ALL=(ALL) NOPASSWD: ALL
Solaris에서 휠 그룹을 활성화하려면 여러분의 지원이 필요합니다.
답변1
wheel
기본적으로 Solaris에는 그룹이 없습니다. 당신이 해야 할 일은 이 줄이 /etc/sudoers
적용되도록 직접 생성하여 사용자를 그룹에 추가하여 sudoer 권한을 갖도록 하는 것입니다.