/etc/pam.d/su 파일에 다음을 추가하시고...
auth sufficient /lib/security/pam_rootok.so debug
auth required /lib/security/pam_wheel.so group=wheel
wheel 그룹에 su를 사용하고자 하는 아이디를 첨가하면 되죠..
]# usermod -G10 yann(원하는 아이디)
아니면 직접 /etc/group를 편집하면 되죠..
wheel:x:10:root, yann
답변 되어기를...--yann