B
Bruce Rhodewalt
We're reasonably certain that we've closed our system well
after a hack about 16 months ago. (No recurrence.) But
we still have a few directories left over that I want to
delete and have been unable to.
The folder names themselves seem to have non-printing
characters in them. I have tried cacls, rm.exe, subinacl
and all the usual rd tricks recommended in the KB. Any
suggestions?
In the snapshop below, the "bad" folder is renameable
(was "images"), and there apparently is no real file
locking going on. (I've searched using Process Explorer.)
D:\Sites\Root\xbad\www>dir
Volume in drive D is Online
Volume Serial Number is A03E-D0CA
Directory of D:\Sites\Root\xbad\www
01/12/2004 11:11a <DIR> .
01/12/2004 11:11a <DIR> ..
01/12/2004 08:52a <DIR> bad
07/28/2002 05:40a <DIR> tagged by the
REFEREE .
0 File(s) 0 bytes
4 Dir(s) 4,937,461,760 bytes free
D:\Sites\Root\xbad\www>rmdir /s bad
bad, Are you sure (Y/N)? y
bad\ - The process cannot access the file because it is
being used by another process.
D:\Sites\Root\xbad\www>dir bad
Volume in drive D is Online
Volume Serial Number is A03E-D0CA
Directory of D:\Sites\Root\xbad\www\bad
01/12/2004 08:52a <DIR> .
01/12/2004 08:52a <DIR> ..
07/20/2002 01:39a <DIR>
0 File(s) 0 bytes
3 Dir(s) 4,937,461,760 bytes free
D:\Sites\Root\xbad\www>rm /d "tagged by the REFEREE . "
rm: /d: No such file or directory.
rm: tagged by the REFEREE . : Permission denied.
Thanks.
Bruce
after a hack about 16 months ago. (No recurrence.) But
we still have a few directories left over that I want to
delete and have been unable to.
The folder names themselves seem to have non-printing
characters in them. I have tried cacls, rm.exe, subinacl
and all the usual rd tricks recommended in the KB. Any
suggestions?
In the snapshop below, the "bad" folder is renameable
(was "images"), and there apparently is no real file
locking going on. (I've searched using Process Explorer.)
D:\Sites\Root\xbad\www>dir
Volume in drive D is Online
Volume Serial Number is A03E-D0CA
Directory of D:\Sites\Root\xbad\www
01/12/2004 11:11a <DIR> .
01/12/2004 11:11a <DIR> ..
01/12/2004 08:52a <DIR> bad
07/28/2002 05:40a <DIR> tagged by the
REFEREE .
0 File(s) 0 bytes
4 Dir(s) 4,937,461,760 bytes free
D:\Sites\Root\xbad\www>rmdir /s bad
bad, Are you sure (Y/N)? y
bad\ - The process cannot access the file because it is
being used by another process.
D:\Sites\Root\xbad\www>dir bad
Volume in drive D is Online
Volume Serial Number is A03E-D0CA
Directory of D:\Sites\Root\xbad\www\bad
01/12/2004 08:52a <DIR> .
01/12/2004 08:52a <DIR> ..
07/20/2002 01:39a <DIR>
0 File(s) 0 bytes
3 Dir(s) 4,937,461,760 bytes free
D:\Sites\Root\xbad\www>rm /d "tagged by the REFEREE . "
rm: /d: No such file or directory.
rm: tagged by the REFEREE . : Permission denied.
Thanks.
Bruce