서버에 어떤 디렉토리가 있는데, 여기에 계속 autorun.inf파일이 생성되고 있다. 문제는 이 디렉토리를 바탕으로 돌아가는 어플리케이션이 무슨 이유로 디렉토리내에 '파일'만 존재할 것을 요구로 한다.
In Windows Server, I have a scheduled task(like cronjob in Linux). It runs once a day and copy files within a folder to other server. But, somehow it keeps generating autorun.inf file on the folder and it is causing the application not behaving correctly.
It sounds like autorun.inf is likely to connect to virus symptom. There are lots of threads on this issue. But, what I found was to prevent it from being created by manually adding a same name folder on the folder.
/xx/autorun.inf/ will prevent authorun.inf file gets generated.
How awesome workaround it is !
In Windows Server, I have a scheduled task(like cronjob in Linux). It runs once a day and copy files within a folder to other server. But, somehow it keeps generating autorun.inf file on the folder and it is causing the application not behaving correctly.
It sounds like autorun.inf is likely to connect to virus symptom. There are lots of threads on this issue. But, what I found was to prevent it from being created by manually adding a same name folder on the folder.
/xx/autorun.inf/ will prevent authorun.inf file gets generated.
How awesome workaround it is !
'IT > etc' 카테고리의 다른 글
vi 에디터에서 특정 캐릭터를 가지고 개행을 할 경우 (0) | 2011.11.23 |
---|---|
티스토리에서 syntax hightlight하기 (0) | 2011.11.23 |
VB스크립트에서 첨부문서를 가지고 이메일 보내기 (0) | 2011.11.23 |
Apache(아파치)에서 크로스 사이트 스크립팅(cross site scripting: xss) 허용하기 (0) | 2011.11.23 |
HTML 태그를 없애버리는 템플릿 (0) | 2011.11.23 |