웬일인지 아무것도 안되요
아래명령이
무엇이 문제길래 알려주세요!
[root@ns /etc]# ls -ali inetd.conf
321256 -rw------- 1 root root 3033 Apr 24 2001 inetd.conf
[root@ns /etc]# chmod 777 inetd.conf
chmod: inetd.conf: 명령이 허용되지 않음
[root@ns /etc]# rm -rf inetd.conf
rm: `inetd.conf'의 링크를 해제할 수 없습니다: 명령이 허용되지 않음
[root@ns /etc]# mv inetd.conf inetd.conf.aaa
mv: `inetd.conf'의 링크를 해제할 수 없습니다: 명령이 허용되지 않음
mv: `inetd.conf'를 지울 수 없습니다: 부적절하거나 불완전한 다중바이트 또는 광역 문자
[root@ns /etc]#