공부/일반
리눅스 권한 에러 '/etc/sudoers is mode 0777 should be 0440'
밥성수
2012. 11. 2. 20:12
리눅스에 ftp 세팅을 하려고 sudo apt-get으로 설치 명령을 내렸더니
이런 메세지가떴다
/etc/sudoers is mode 0777 should be 0440
지금 chmod로 바꿔도 안되길래 찾아봤더니
해결법
$ cd /etc/
$ su root
Password:
# chmod 440 sudoers
# ls -l sudoers
-r--r----- 1 root root 723 5월 16 14:23 sudoers
해결