320x100
위와 같이 에러가 뜬다면
#sudo su chmod 0440 /etc/sudoers
그래도 안된다면
#ls -al /etc/sudoers
-rw-r--r-- 1 test root 3293 Jun 20 20:40 /etc/sudoers
왜인지 모르겠지만 계정이 변경되어 있다 이걸 root로 변경해주면 된다.
#chown -R root:root /etc/sudoers
320x100
'Linux' 카테고리의 다른 글
subsonic 설치(cenots) (0) | 2013.06.21 |
---|---|
yum error Existing lock /var/run/yum.pid: another copy is running as pid (0) | 2013.06.20 |
CentOS 6.3 Installation on Software RAID 0 (0) | 2013.06.17 |
rsync 사용법[대역폭,날짜,폴더,파일크기등) (0) | 2013.06.12 |
numpy, scipy, matplotlib설치하기 centos 5.5 (0) | 2013.05.28 |