iptables 명령어를 www계정으로 들어오는 사용자에게 쓸 수 있게 하기
chattr -i /etc/sudoers
chmod u+w /etc/sudoers
echo "Defaults:www \!authenticate" >> /etc/sudoers
echo "Cmnd_Alias CMD=/sbin/ifup,/sbin/ifdown,/sbin/iptables" >> /etc/sudoers
echo "www ALL=CMD:ALL=/sbin/swapon" >> /etc/sudoers
chmod u-w /etc/sudoers
chattr +i /etc/sudoers
'unix and linux' 카테고리의 다른 글
SED 튜터리얼 sed tutorial (0) | 2009.03.13 |
---|---|
쉘 에러 bad interpreter: (0) | 2008.12.12 |
ipcs (0) | 2008.11.07 |
파일 길이가 큰 파일 옮기기 (split를 이용하여 리눅스 파일 나누기 합치기) (0) | 2008.06.26 |
bash 문자열 조작 (0) | 2008.06.20 |