Re: removing garbarge in file system by inode number...

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 24 Oct 1999 00:05:06 +0100 (BST)


> For some reason, ftpd left some garbage in my ftp directory:
>
> 227329 drwxr-xr-x 3 ftp ftp 1024 Sep 6 13:37
> ???????????????????????????????????????????????????????????????????????????????
> ???????????????????????????????????????????????????????????????????????????????
> ??????????????????????????????????????????

If thats off your incoming directory its probably an attack run against
the old wu.ftpd

> What tool/metholodgies/reading to you recommend? (I essentially want to
> do rm -rf by inode number).

rm -r -i ???????????????????????????*

should match it nicely. The -i will ask in case it matches anything else

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/