Dear all,
I was transferring some files from my laptop (running FC6) to a server at my work (don't know what kind) with "scp -rpC" and it stalled, don't know why.
Now when I try to delete the files from the server so I can start again I get the following error message
Code:
rm -r Single_injections/
rm: cannot remove directory `Single_injections/195320/400mA/010': File exists
rm: cannot remove directory `Single_injections/195320/400mA': File exists
rm: cannot remove directory `Single_injections/195320': File exists
rm: cannot remove directory `Single_injections': File exists
looking in the deepest directory I see one hidden file which seems to be regenerated if I try to delete it
Code:
ls -al 400mA/010/
total 716
drwxr-xr-x 2 php1ic phpg 4096 Jan 17 16:36 ./
drwxr-xr-x 3 php1ic phpg 4096 Jan 17 16:34 ../
-rwxr-xr-x 1 php1ic phpg 720896 Jan 17 16:12 .nfsD1236*
rm -f 400mA/010/.nfsD1236
ls -al 400mA/010/
total 716
drwxr-xr-x 2 php1ic phpg 4096 Jan 17 16:39 ./
drwxr-xr-x 3 php1ic phpg 4096 Jan 17 16:34 ../
-rwxr-xr-x 1 php1ic phpg 720896 Jan 17 16:12 .nfsE1236*
I don't have root access as it is a work server, any ideas what has happened or how to solve the problem?
Thanks