제로보드 지울려구 하는데요...
이것저것 잘 안되네요.
[root@thxZerg script]# ls
script_zbLayer.php
[root@thxZerg script]# rm *
rm: remove write-protected file `script_zbLayer.php'? yes
rm: cannot unlink `script_zbLayer.php': Operation not permitted
[root@thxZerg script]# ls -al
total 1670039988
drwxr-xr-x 2 webtest webtest 4096 Sep 25 11:47 .
drwxrwxrwx 8 root root 4096 Oct 9 10:47 ..
-r--rw---x 40796 716455622 1375386731 15918497493828306461 Sep 16 2009 script_zbLayer.php
소유자/그룹이 이렇게 숫자로 막 나오는게 파일이 몇개가 있는데요...
해결책이 없네요.
rm -rf
rmdir -p
이것들도 안되구요...
답변 기다리겠습니다.