Quote:
Originally Posted by sysgate
Didn't -f switch work ? Else, try looking for the inode number with -i and then remove it.
|
Hi Sysgate,
I tried out the same:
ls -li debug.out22621
22308 debug.out22621
find . -inum 22308 -exec rm -i {} \;
rm: remove regular file `./debug.out22621'? yes
rm: cannot remove `./debug.out22621': No space left on device
Am i doing anything wrong here?