tomstone98
Programmer
We have a file on a unix box that we cannot remove.
The file is: xxx.dat
The error received is:
rm: xxx.dat not removed: I/O error
The ls -l command reveals that there are no links to the file:
hostname% ls -l xxx.dat
-rwxrwxrwx 0 aaa bbb 79 Oct 8 14:50 xxx.dat
Do I need to log in as root and remove it ?
I have tried the link and the ln command but to no avail ...
Thanks,
Tom Stone