So I come into work on Monday morning to the news that our FTP server had been hacked. After cussing out the guy that didn't shut down anonymous logins like he should have I got to work cleaning up the mess. The first directories I found were all 8.3 names so I did a DIR /x to get the real names of the directories and deleted them with no issues.
Now for the FUN part. I ran into one family of directories that I cannot deleted. I get an access denied if I even touch them. I was able to gain ownership of the parent directories in this particular tree but not the child directories, thusly I cannot delete them. I installed the POSIX tools from the Win2k server Res kit and tried RM.EXE with -r but to no avail, I kept getting "Operation Not Permitted". Somehow I need to gain ownership of these damn folders. I tried an ls command with -g but for some reason my POSIX tools don't recognize that switch so I cannot find out what groups own these files so I can try and fix this crap. Essentially I want to figure out how to rip them off without having to re-partition and format my drive. Nice little challenge.
Now for the FUN part. I ran into one family of directories that I cannot deleted. I get an access denied if I even touch them. I was able to gain ownership of the parent directories in this particular tree but not the child directories, thusly I cannot delete them. I installed the POSIX tools from the Win2k server Res kit and tried RM.EXE with -r but to no avail, I kept getting "Operation Not Permitted". Somehow I need to gain ownership of these damn folders. I tried an ls command with -g but for some reason my POSIX tools don't recognize that switch so I cannot find out what groups own these files so I can try and fix this crap. Essentially I want to figure out how to rip them off without having to re-partition and format my drive. Nice little challenge.