|
Unable to remove file using rm: Disk space is full
Hi all,
My disk space is 100% full.
df -k <dir> -> 100%
One of my debug files consume huge amount of space and i want to remove the same to start off fresh debugs.
However i'm unable to remove the file giving out the following error message:
rm -f debug.out22621
rm: cannot remove `debug.out22621': No space left on device
Could you all help me out?
Thanks
Anoop
|