Hi I've got a dir of two files I can't delete; "ls -al" gives:
Code:
drwxrwxrwx 2 root root 96 2007-10-23 15:37 m4-1.4.6/
And in the dir:
Code:
root@localhost:/usr/doc/m4-1.4.6# ls -tail
/bin/ls: cannot access NEWS: Permission denied
/bin/ls: cannot access TODO: Permission denied
total 1
104956 drwxr-xr-x 22 root root 712 2007-10-23 16:04 ../
809676 drwxrwxrwx 2 root root 96 2007-10-23 15:37 ./
405575 ?????????? ? ? ? ? ? NEWS
405576 ?????????? ? ? ? ? ? TODO
I've tried rm-ing; mv-ing, then rm-ing; I've tried chmod and chown; I've tried unlink; also ...
Code:
find . -inum 405576 -exec rm -i {} \;
and similar.
Nothing gets through. How can I delete by inode on Slackware or is there some other way?